[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 02:03:41 PDT 2025
================
@@ -1775,3 +1775,13 @@ bool llvm::hasOnlySimpleTerminator(const Function &F) {
}
return true;
}
+
+Printable llvm::printBasicBlock(const BasicBlock *BB) {
----------------
ro-i wrote:
Although, I probably should do a rebase anyway to see if there have been any testing changes in main (that happened to me once when I merged an older PR without rebasing: there had been some changes in tests which then led to a failing post-merge CI)
https://github.com/llvm/llvm-project/pull/149308
More information about the llvm-commits
mailing list