[llvm] [AMDGPU][FixIrreducible][UnifyLoopExits] Support callbr with inline-asm (PR #149308)
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 29 06:33:21 PDT 2025
================
@@ -1775,3 +1775,13 @@ bool llvm::hasOnlySimpleTerminator(const Function &F) {
}
return true;
}
+
+Printable llvm::printBasicBlock(const BasicBlock *BB) {
----------------
Meinersbur wrote:
For this PR, removing already landed parts makes it the diff smaller and therefore easier to review. Since #163066 has been merged, you will need to rebase before merging anyway.
https://github.com/llvm/llvm-project/pull/149308
More information about the llvm-commits
mailing list