You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llvm/test/Analysis/CostModel/AArch64/shuffle-other.ll
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ define void @shuffle() {
15
15
; CHECK-NEXT: Cost Model: Found an estimated cost of 2 for instruction: %v15 = shufflevector <4 x i32> undef, <4 x i32> undef, <4 x i32> <i32 1, i32 3, i32 2, i32 0>
16
16
; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %v16 = shufflevector <2 x float> undef, <2 x float> undef, <2 x i32> <i32 1, i32 0>
17
17
; CHECK-NEXT: Cost Model: Found an estimated cost of 2 for instruction: %v17 = shufflevector <4 x float> undef, <4 x float> undef, <4 x i32> <i32 1, i32 3, i32 2, i32 0>
18
+
; CHECK-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %v18 = shufflevector <2 x fp128> undef, <2 x fp128> undef, <2 x i32> <i32 1, i32 0>
18
19
; CHECK-NEXT: Cost Model: Found an estimated cost of 0 for instruction: ret void
19
20
;
20
21
%v7 = shufflevector <2 x i8> undef, <2 x i8> undef, <2 x i32> <i321, i320>
@@ -33,6 +34,8 @@ define void @shuffle() {
33
34
%v16 = shufflevector <2 x float> undef, <2 x float> undef, <2 x i32> <i321, i320>
34
35
%v17 = shufflevector <4 x float> undef, <4 x float> undef, <4 x i32> <i321, i323, i322, i320>
35
36
37
+
%v18 = shufflevector <2 x fp128> undef, <2 x fp128> undef, <2 x i32> <i321, i320>
0 commit comments