[llvm] [VPlan] Update final exit value via VPlan. (PR #112147)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 31 03:29:34 PST 2024
================
@@ -230,7 +230,6 @@ define void @vector_reverse_i64(ptr nocapture noundef writeonly %A, ptr nocaptur
; CHECK: IR %indvars.iv.next = add nsw i64 %indvars.iv, -1
; CHECK-NEXT: No successors
; CHECK-NEXT: }
-; CHECK: LV: Loop does not require scalar epilogue
----------------
ayalz wrote:
Does this CHECK (and the one below) need to be removed?
https://github.com/llvm/llvm-project/pull/112147
More information about the llvm-commits
mailing list