[llvm] [LV] Don't require scalar epilogue for unsupported IAG with tail (PR #96544)
Kolya Panchenko via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 25 10:22:06 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' {
----------------
nikolaypanchenko wrote:
the purpose of the test is to check vplan's representation
https://github.com/llvm/llvm-project/pull/96544
More information about the llvm-commits
mailing list