[llvm] [AMDGPU][FixIrreducible][UnifyLoopExits] Support callbr with inline-asm (PR #149308)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 14 01:22:02 PDT 2025
================
@@ -611,6 +612,8 @@ LLVM_ABI void InvertBranch(BranchInst *PBI, IRBuilderBase &Builder);
// br/brcond/unreachable/ret
LLVM_ABI bool hasOnlySimpleTerminator(const Function &F);
+LLVM_ABI Printable printBBPtr(const BasicBlock *BB);
----------------
arsenm wrote:
Probably should take a reference, spell out BB, and not have Ptr in the name
https://github.com/llvm/llvm-project/pull/149308
More information about the llvm-commits
mailing list