summaryrefslogtreecommitdiff
path: root/src/passes/LLVMMemoryCopyFillLowering.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename memory-copy-fill-lowering pass (#7082)Derek Schuff2024-11-161-0/+260
Since the resulting code has the same undefined behavior as LLVM, make the pass name reflect that.