[PATCH] D40375: Use MemorySSA in LICM to do sinking and hoisting.
Alina Sbirlea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 10 11:33:11 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL350879: Use MemorySSA in LICM to do sinking and hoisting. (authored by asbirlea, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D40375?vs=180956&id=181118#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D40375/new/
https://reviews.llvm.org/D40375
Files:
llvm/trunk/include/llvm/Analysis/MemorySSAUpdater.h
llvm/trunk/include/llvm/Transforms/Utils/LoopUtils.h
llvm/trunk/lib/Transforms/Scalar/LICM.cpp
llvm/trunk/lib/Transforms/Scalar/LoopSink.cpp
llvm/trunk/test/Transforms/LICM/argmemonly-call.ll
llvm/trunk/test/Transforms/LICM/hoist-bitcast-load.ll
llvm/trunk/test/Transforms/LICM/hoist-debuginvariant.ll
llvm/trunk/test/Transforms/LICM/hoist-deref-load.ll
llvm/trunk/test/Transforms/LICM/hoist-fast-fdiv.ll
llvm/trunk/test/Transforms/LICM/hoist-invariant-load.ll
llvm/trunk/test/Transforms/LICM/hoist-nounwind.ll
llvm/trunk/test/Transforms/LICM/hoist-phi.ll
llvm/trunk/test/Transforms/LICM/hoist-round.ll
llvm/trunk/test/Transforms/LICM/hoisting.ll
llvm/trunk/test/Transforms/LICM/sink-promote.ll
llvm/trunk/test/Transforms/LICM/sink.ll
llvm/trunk/test/Transforms/LICM/sinking.ll
llvm/trunk/test/Transforms/LICM/volatile-alias.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40375.181118.patch
Type: text/x-patch
Size: 47489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190110/b293ef0c/attachment.bin>
More information about the llvm-commits
mailing list