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 e958778 commit 7755529Copy full SHA for 7755529
llvm/test/CodeGen/SPIRV/basic_float_types.ll
@@ -1,4 +1,6 @@
1
; RUN: llc -O0 -mtriple=spirv-unknown-unknown %s -o - | FileCheck %s
2
+; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s
3
+; RUN: llc -O0 -mtriple=spirv64-unknown-unknown %s -o - | FileCheck %s
4
5
define void @main() {
6
entry:
llvm/test/CodeGen/SPIRV/basic_int_types.ll
0 commit comments