[PATCH] D66376: [LoopPassManager + MemorySSA] Only enable use of MemorySSA for LPMs known to preserve it.
Alina Sbirlea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 20 16:32:29 PDT 2019
asbirlea updated this revision to Diff 216287.
asbirlea marked 4 inline comments as done.
asbirlea added a comment.
Address comments.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66376/new/
https://reviews.llvm.org/D66376
Files:
include/llvm/Analysis/LoopAnalysisManager.h
include/llvm/Transforms/Scalar/LoopPassManager.h
lib/Analysis/LoopAnalysisManager.cpp
lib/Passes/PassBuilder.cpp
test/Analysis/BasicAA/store-promote.ll
test/Transforms/LICM/argmemonly-call.ll
test/Transforms/LICM/atomics.ll
test/Transforms/LICM/guards.ll
test/Transforms/LICM/hoist-deref-load.ll
test/Transforms/LICM/hoist-phi.ll
test/Transforms/LICM/promote-order.ll
test/Transforms/LICM/read-only-calls.ll
test/Transforms/LICM/store-hoisting.ll
test/Transforms/LoopInstSimplify/basic.ll
test/Transforms/LoopRotate/basic.ll
test/Transforms/LoopRotate/pr35210.ll
test/Transforms/SimpleLoopUnswitch/basictest-profmd.ll
test/Transforms/SimpleLoopUnswitch/basictest.ll
test/Transforms/SimpleLoopUnswitch/guards.ll
test/Transforms/SimpleLoopUnswitch/msan.ll
test/Transforms/SimpleLoopUnswitch/trivial-unswitch-iteration.ll
test/Transforms/SimpleLoopUnswitch/trivial-unswitch-profmd.ll
test/Transforms/SimpleLoopUnswitch/trivial-unswitch.ll
test/Transforms/SimpleLoopUnswitch/update-scev.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66376.216287.patch
Type: text/x-patch
Size: 30192 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190820/de61b169/attachment.bin>
More information about the llvm-commits
mailing list