[PATCH] D21665: [LoopSimplify] Update LCSSA after separating nested loops.
Michael Zolotukhin via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 6 09:41:05 PDT 2016
mzolotukhin updated this revision to Diff 62891.
mzolotukhin added a comment.
- Use SSAUpdate to properly rewrite values.
- Break edges to exit-blocks after separating loop nest if the exit block has a pred from outside the loop.
- Add Sanjoy's test.
http://reviews.llvm.org/D21665
Files:
lib/Transforms/Utils/LoopSimplify.cpp
test/Transforms/LoopSimplify/pr28272.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21665.62891.patch
Type: text/x-patch
Size: 5326 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160706/b295512b/attachment.bin>
More information about the llvm-commits
mailing list