[PATCH] D140790: [MachineBasicBlock] Explicit FT branching param
Anshil Gandhi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 13 09:41:26 PST 2023
gandhi21299 added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/MachineBasicBlock.h:781
+ MachineBasicBlock *
+ getFallThroughOrUnconditionalSuccessor(bool AllowUncondSucc = true);
----------------
arsenm wrote:
> getFallThrough should exist as it did before, the other uses should not need updating
How does `MachineBasicBlock::getFallThrough(bool AllowUncondSucc = true)` sound?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140790/new/
https://reviews.llvm.org/D140790
More information about the llvm-commits
mailing list