[llvm] [LV] Don't require scalar epilogue for unsupported IAG with tail (PR #96544)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 24 15:41:15 PDT 2024
================
@@ -8,7 +8,7 @@ target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
; VF/IC combination.
define void @test_tc_less_than_16(ptr %A, i64 %N) {
; CHECK: LV: Scalarizing: %cmp =
-; CHECK-NEXT: VPlan 'Initial VPlan for VF={8},UF>=1' {
+; CHECK: VPlan 'Initial VPlan for VF={8},UF>=1' {
----------------
topperc wrote:
Should the additional line that broke the -NEXT be checked too?
https://github.com/llvm/llvm-project/pull/96544
More information about the llvm-commits
mailing list