[PATCH] D129205: [BasicBlockUtils] Allow splitting predecessors with callbr terminators
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 6 11:40:54 PDT 2022
efriedma added a comment.
If we don't support using arbitrary blockaddresses as destinations, can we stop using blockaddress to represent the destinations? The presence of blockaddress blocks optimizations even if we aren't imposing the full control flow restrictions.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129205/new/
https://reviews.llvm.org/D129205
More information about the llvm-commits
mailing list