[llvm] [LoopVectorize] Enable vectorisation of early exit loops with live-outs (PR #120567)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 5 11:01:20 PST 2025


================
@@ -12,7 +12,7 @@ define i64 @one_uncountable_two_countable_same_exit() {
 ; CHECK-NEXT:    [[P2:%.*]] = alloca [1024 x i8], align 1
 ; CHECK-NEXT:    call void @init_mem(ptr [[P1]], i64 1024)
 ; CHECK-NEXT:    call void @init_mem(ptr [[P2]], i64 1024)
-; CHECK-NEXT:    br label [[LOOP:%.*]]
+; CHECK-NEXT:    br label [[LOOP1:%.*]]
----------------
fhahn wrote:

All changes in file just renames?

https://github.com/llvm/llvm-project/pull/120567


More information about the llvm-commits mailing list