[PATCH] D88438: BreakCriticalEdges: bail if loop-simplify form requested for CallBr terminated BB
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 14 11:42:24 PST 2021
nickdesaulniers updated this revision to Diff 316720.
nickdesaulniers added a comment.
- rebase, fix check for only non-default destination edges as per Bill
- looks like this also fixes Fixes: https://github.com/ClangBuiltLinux/linux/issues/1252 / D94470 <https://reviews.llvm.org/D94470>
- Added test case from D94470 <https://reviews.llvm.org/D94470>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88438/new/
https://reviews.llvm.org/D88438
Files:
llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp
llvm/test/CodeGen/PowerPC/loop-reduce-callbr.ll
llvm/test/Transforms/LoopStrengthReduce/callbr-critical-edge-splitting.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88438.316720.patch
Type: text/x-patch
Size: 6877 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210114/c8dabc42/attachment.bin>
More information about the llvm-commits
mailing list