[PATCH] D94376: [MemCpyOpt] Enable MemorySSA by default
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 13 14:41:41 PST 2021
nikic updated this revision to Diff 316520.
nikic added a comment.
Fix clang tests. Don't disable MemCpyOpt at O1 <https://reviews.llvm.org/owners/package/1/> (previous version disabled it by accident).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94376/new/
https://reviews.llvm.org/D94376
Files:
lib/Passes/PassBuilder.cpp
lib/Transforms/IPO/PassManagerBuilder.cpp
lib/Transforms/Scalar/MemCpyOptimizer.cpp
test/Analysis/BasicAA/phi-values-usage.ll
test/CodeGen/AMDGPU/opt-pipeline.ll
test/CodeGen/thinlto-distributed-newpm.ll
test/Other/new-pm-defaults.ll
test/Other/new-pm-lto-defaults.ll
test/Other/new-pm-thinlto-defaults.ll
test/Other/new-pm-thinlto-postlink-pgo-defaults.ll
test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll
test/Other/new-pm-thinlto-prelink-pgo-defaults.ll
test/Other/new-pm-thinlto-prelink-samplepgo-defaults.ll
test/Other/opt-LTO-pipeline.ll
test/Other/opt-O2-pipeline.ll
test/Other/opt-O3-pipeline-enable-matrix.ll
test/Other/opt-O3-pipeline.ll
test/Other/opt-Os-pipeline.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94376.316520.patch
Type: text/x-patch
Size: 21768 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210113/c0774ad9/attachment.bin>
More information about the llvm-commits
mailing list