[PATCH] D90640: [LoopFlatten] Widen the IV
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 12 05:58:34 PST 2020
SjoerdMeijer updated this revision to Diff 304804.
SjoerdMeijer added a comment.
Comments addressed:
- now using RecursivelyDeleteDeadPHINode at the end to clean up dead phis. Doing this earlier proved to be a bit tricky with a few things in flight, but at least a nice clean up at the end.
- thanks for the suggestion: the test case has now been cleaned up.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90640/new/
https://reviews.llvm.org/D90640
Files:
llvm/lib/Transforms/Scalar/LoopFlatten.cpp
llvm/test/Transforms/LoopFlatten/loop-flatten-negative.ll
llvm/test/Transforms/LoopFlatten/widen-iv.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90640.304804.patch
Type: text/x-patch
Size: 18851 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201112/0b0bcbf9/attachment.bin>
More information about the llvm-commits
mailing list