[llvm] [AMDGPU][FixIrreducible][UnifyLoopExits] Support callbr with inline-asm (PR #149308)
Robert Imschweiler via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 29 01:52:06 PDT 2025
================
@@ -1775,3 +1775,13 @@ bool llvm::hasOnlySimpleTerminator(const Function &F) {
}
return true;
}
+
+Printable llvm::printBasicBlock(const BasicBlock *BB) {
----------------
ro-i wrote:
opted for cherry-pick to avoid rebasing the whole PR stack. I think that shouldn't make a difference when it gets squashed and merged
https://github.com/llvm/llvm-project/pull/149308
More information about the llvm-commits
mailing list