[PATCH] D28743: [PM] Teach the LoopPassManager to automatically canonicalize loops by runnig LCSSA over them prior to running the loop pipeline.
Chandler Carruth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 16 17:43:35 PST 2017
chandlerc updated this revision to Diff 84617.
chandlerc marked an inline comment as done.
chandlerc added a comment.
Update addressing code review comments and cleaning things up.
https://reviews.llvm.org/D28743
Files:
include/llvm/Transforms/Scalar/LoopPassManager.h
test/Analysis/IVUsers/quadradic-exit-value.ll
test/Other/new-pass-manager.ll
test/Transforms/LICM/atomics.ll
test/Transforms/LICM/constexpr.ll
test/Transforms/LICM/hoist-nounwind.ll
test/Transforms/LICM/hoisting.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28743.84617.patch
Type: text/x-patch
Size: 7604 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170117/88e36a64/attachment.bin>
More information about the llvm-commits
mailing list