@@ -573,16 +573,16 @@ define void @fixed_m2_in_m4_notail(<8 x i64> %src, <8 x i64> %passthru) vscale_r
573
573
574
574
define void @fixed_m1_in_m2_tail (<8 x i32 > %src , <8 x i32 > %passthru ) vscale_range(2 ) {
575
575
; CHECK-LABEL: 'fixed_m1_in_m2_tail'
576
- ; CHECK-NEXT: Cost Model: Found an estimated cost of 19 for instruction: %1 = shufflevector <8 x i32> %src, <8 x i32> %passthru, <8 x i32> <i32 8, i32 9, i32 10, i32 4 , i32 4, i32 5, i32 6, i32 8 >
577
- ; CHECK-NEXT: Cost Model: Found an estimated cost of 11 for instruction: %2 = shufflevector <8 x i32> %src, <8 x i32> %passthru, <8 x i32> <i32 0, i32 1, i32 2, i32 3, i32 8, i32 8 , i32 10, i32 7>
576
+ ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %1 = shufflevector <8 x i32> %src, <8 x i32> %passthru, <8 x i32> <i32 8, i32 9, i32 10, i32 3 , i32 4, i32 5, i32 6, i32 7 >
577
+ ; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %2 = shufflevector <8 x i32> %src, <8 x i32> %passthru, <8 x i32> <i32 0, i32 1, i32 2, i32 3, i32 8, i32 9 , i32 10, i32 7>
578
578
; CHECK-NEXT: Cost Model: Found an estimated cost of 0 for instruction: ret void
579
579
;
580
580
; SIZE-LABEL: 'fixed_m1_in_m2_tail'
581
- ; SIZE-NEXT: Cost Model: Found an estimated cost of 11 for instruction: %1 = shufflevector <8 x i32> %src, <8 x i32> %passthru, <8 x i32> <i32 8, i32 9, i32 10, i32 4 , i32 4, i32 5, i32 6, i32 8 >
582
- ; SIZE-NEXT: Cost Model: Found an estimated cost of 11 for instruction: %2 = shufflevector <8 x i32> %src, <8 x i32> %passthru, <8 x i32> <i32 0, i32 1, i32 2, i32 3, i32 8, i32 8 , i32 10, i32 7>
581
+ ; SIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %1 = shufflevector <8 x i32> %src, <8 x i32> %passthru, <8 x i32> <i32 8, i32 9, i32 10, i32 3 , i32 4, i32 5, i32 6, i32 7 >
582
+ ; SIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %2 = shufflevector <8 x i32> %src, <8 x i32> %passthru, <8 x i32> <i32 0, i32 1, i32 2, i32 3, i32 8, i32 9 , i32 10, i32 7>
583
583
; SIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: ret void
584
584
;
585
- shufflevector <8 x i32 > %src , <8 x i32 > %passthru , <8 x i32 > <i32 8 , i32 9 , i32 10 , i32 4 , i32 4 , i32 5 , i32 6 , i32 8 >
586
- shufflevector <8 x i32 > %src , <8 x i32 > %passthru , <8 x i32 > <i32 0 , i32 1 , i32 2 , i32 3 , i32 8 , i32 8 , i32 10 , i32 7 >
585
+ shufflevector <8 x i32 > %src , <8 x i32 > %passthru , <8 x i32 > <i32 8 , i32 9 , i32 10 , i32 3 , i32 4 , i32 5 , i32 6 , i32 7 >
586
+ shufflevector <8 x i32 > %src , <8 x i32 > %passthru , <8 x i32 > <i32 0 , i32 1 , i32 2 , i32 3 , i32 8 , i32 9 , i32 10 , i32 7 >
587
587
ret void
588
588
}
0 commit comments