[PATCH] D102615: [LoopDeletion] Break backedge if we can prove that the loop is exited on 1st iteration (try 3)
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 17 06:29:49 PDT 2021
mkazantsev updated this revision to Diff 352700.
mkazantsev added a comment.
Returned integer type check of branch conditions, removed test TODOs, removed null TTI with non-null DT which looks extremely fishy.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102615/new/
https://reviews.llvm.org/D102615
Files:
llvm/lib/Transforms/Scalar/LoopDeletion.cpp
llvm/test/Transforms/LoopDeletion/eval_first_iteration.ll
llvm/test/Transforms/LoopDeletion/unreachable-loops.ll
llvm/test/Transforms/LoopDeletion/zero-btc.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102615.352700.patch
Type: text/x-patch
Size: 18860 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210617/c2d0f2ef/attachment.bin>
More information about the llvm-commits
mailing list