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 b74010a commit 7f9df37Copy full SHA for 7f9df37
llvm/test/CodeGen/DirectX/scalarize-alloca.ll
@@ -21,8 +21,7 @@ define void @alloca_4d__vec_test() {
21
22
; CHECK-LABEL: alloca_vec_test
23
define void @alloca_vec_test() {
24
- ; SCHECK: alloca [4 x i32], align 16
25
- ; FCHECK: alloca [4 x i32], align 16
+ ; CHECK: alloca [4 x i32], align 16
26
; CHECK: ret void
27
%1 = alloca <4 x i32>, align 16
28
ret void
0 commit comments