[llvm] [LoopFusion] Extending SIV to handle separate loops (PR #146383)
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 2 02:34:30 PDT 2025
================
@@ -300,40 +300,36 @@ bb23: ; preds = %bb17, %bb
define void @forward_dep(ptr noalias %arg) {
; CHECK-LABEL: @forward_dep(
-; CHECK-NEXT: bb:
-; CHECK-NEXT: br label [[BB7:%.*]]
+; CHECK-NEXT: [[BB:.*]]:
----------------
Meinersbur wrote:
Could you add some pseudo-C source for this test? Atm I cannot see whether it now being fused is ok.
https://github.com/llvm/llvm-project/pull/146383
More information about the llvm-commits
mailing list