[llvm] [TailDuplicator] Determine if computed gotos using `blockaddress` (PR #132536)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 26 05:46:08 PDT 2025
================
@@ -313,6 +313,13 @@ class MachineBasicBlock
const MachineFunction *getParent() const { return xParent; }
MachineFunction *getParent() { return xParent; }
+ bool terminatorIsComputedGoto() const {
----------------
arsenm wrote:
Document this
https://github.com/llvm/llvm-project/pull/132536
More information about the llvm-commits
mailing list