[PATCH] D52827: [LICM] Make LICM able to hoist phis
John Brawn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 8 05:22:47 PST 2018
john.brawn updated this revision to Diff 173148.
john.brawn marked an inline comment as done.
john.brawn added a comment.
Use SmallVector for HoistedInstructions, rename getHoistedBlock, add LI and DT verification, other small changes.
Repository:
rL LLVM
https://reviews.llvm.org/D52827
Files:
lib/Transforms/Scalar/LICM.cpp
test/Transforms/LICM/hoist-phi.ll
test/Transforms/LoopVectorize/invariant-store-vectorization.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52827.173148.patch
Type: text/x-patch
Size: 48582 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181108/486bd909/attachment.bin>
More information about the llvm-commits
mailing list