[llvm] [AMDGPU][FixIrreducible][UnifyLoopExits] Support callbr with inline-asm (PR #149308)
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 28 09:04:55 PDT 2025
================
@@ -1775,3 +1775,13 @@ bool llvm::hasOnlySimpleTerminator(const Function &F) {
}
return true;
}
+
+Printable llvm::printBasicBlock(const BasicBlock *BB) {
----------------
Meinersbur wrote:
Rebase to #163066?
https://github.com/llvm/llvm-project/pull/149308
More information about the llvm-commits
mailing list