[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
Wed Aug 21 10:00:44 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL369548: [LoopPassManager + MemorySSA] Only enable use of MemorySSA for LPMs known to… (authored by asbirlea, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D66376?vs=216287&id=216424#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66376/new/
https://reviews.llvm.org/D66376
Files:
llvm/trunk/include/llvm/Analysis/LoopAnalysisManager.h
llvm/trunk/include/llvm/Transforms/Scalar/LoopPassManager.h
llvm/trunk/lib/Analysis/LoopAnalysisManager.cpp
llvm/trunk/lib/Passes/PassBuilder.cpp
llvm/trunk/test/Analysis/BasicAA/store-promote.ll
llvm/trunk/test/Transforms/LICM/argmemonly-call.ll
llvm/trunk/test/Transforms/LICM/atomics.ll
llvm/trunk/test/Transforms/LICM/guards.ll
llvm/trunk/test/Transforms/LICM/hoist-deref-load.ll
llvm/trunk/test/Transforms/LICM/hoist-phi.ll
llvm/trunk/test/Transforms/LICM/promote-order.ll
llvm/trunk/test/Transforms/LICM/read-only-calls.ll
llvm/trunk/test/Transforms/LICM/store-hoisting.ll
llvm/trunk/test/Transforms/LoopInstSimplify/basic.ll
llvm/trunk/test/Transforms/LoopRotate/basic.ll
llvm/trunk/test/Transforms/LoopRotate/pr35210.ll
llvm/trunk/test/Transforms/SimpleLoopUnswitch/basictest-profmd.ll
llvm/trunk/test/Transforms/SimpleLoopUnswitch/basictest.ll
llvm/trunk/test/Transforms/SimpleLoopUnswitch/guards.ll
llvm/trunk/test/Transforms/SimpleLoopUnswitch/msan.ll
llvm/trunk/test/Transforms/SimpleLoopUnswitch/trivial-unswitch-iteration.ll
llvm/trunk/test/Transforms/SimpleLoopUnswitch/trivial-unswitch-profmd.ll
llvm/trunk/test/Transforms/SimpleLoopUnswitch/trivial-unswitch.ll
llvm/trunk/test/Transforms/SimpleLoopUnswitch/update-scev.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66376.216424.patch
Type: text/x-patch
Size: 31164 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190821/f7160330/attachment.bin>
More information about the llvm-commits
mailing list