We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed3c40f commit 870b90bCopy full SHA for 870b90b
llvm-spirv/test/ExtendBitBoolArg.ll
@@ -1,10 +1,10 @@
1
; RUN: llvm-as -opaque-pointers=0 %s -o %t.bc
2
-; RUN: llvm-spirv -s %t.bc -opaque-pointers=0 -o %t.regulzarized.bc
3
-; RUN: llvm-dis -opaque-pointers=0 %t.regulzarized.bc -o %t.regulzarized.ll
4
-; RUN: FileCheck < %t.regulzarized.ll %s
+; RUN: llvm-spirv -s %t.bc -opaque-pointers=0 -o %t.regularized.bc
+; RUN: llvm-dis -opaque-pointers=0 %t.regularized.bc -o %t.regularized.ll
+; RUN: FileCheck < %t.regularized.ll %s
5
6
-; Translation cycle should be successfull:
7
-; RUN: llvm-spirv %t.regulzarized.bc -o %t.spv
+; Translation cycle should be successful:
+; RUN: llvm-spirv %t.regularized.bc -o %t.spv
8
; RUN: llvm-spirv -r -emit-opaque-pointers %t.spv -o %t.rev.bc
9
10
; CHECK: %[[#Base:]] = load i1, i1 addrspace(4)*{{.*}}, align 1
0 commit comments