We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14215d7 commit 1268740Copy full SHA for 1268740
llvm/test/CodeGen/DirectX/min_vec_size.ll
@@ -6,7 +6,7 @@ target triple = "dxil-unknown-shadermodel6.7-library"
6
; Make sure vec combine min vec size is 1 instead of 4 for float.
7
; CHECK:@foo()
8
; CHECK-NEXT:%[[LD:[0-9]+]] = load <1 x float>, ptr @a, align 8
9
-; CHECK-NEXT:%shuffle = shufflevector <1 x float> %1, <1 x float> poison, <2 x i32> zeroinitializer
+; CHECK-NEXT:%shuffle = shufflevector <1 x float> %[[LD]], <1 x float> poison, <2 x i32> zeroinitializer
10
; CHECK-NEXT:ret <2 x float> %shuffle
11
12
@a = external local_unnamed_addr constant float
0 commit comments