File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
llvm-spirv/test/llvm-intrinsics Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
; RUN: llvm-as %s -o %t.bc
2
- ; RUN: llvm-spirv %t.bc -o %default.spv
3
- ; RUN: llvm-spirv %t.bc --spirv-replace-fmuladd-with-ocl-mad=true -o %replace.spv
4
- ; RUN: llvm-spirv %t.bc --spirv-replace-fmuladd-with-ocl-mad=false -o %break.spv
5
- ; RUN: spirv-val %replace.spv
6
- ; RUN: spirv-val %break.spv
7
- ; RUN: llvm-spirv %default.spv -to-text -o - | FileCheck %s --check-prefixes=COMMON,REPLACE
8
- ; RUN: llvm-spirv %replace.spv -to-text -o - | FileCheck %s --check-prefixes=COMMON,REPLACE
9
- ; RUN: llvm-spirv %break.spv -to-text -o - | FileCheck %s --check-prefixes=COMMON,BREAK
2
+ ; RUN: llvm-spirv %t.bc -o %t- default.spv
3
+ ; RUN: llvm-spirv %t.bc --spirv-replace-fmuladd-with-ocl-mad=true -o %t- replace.spv
4
+ ; RUN: llvm-spirv %t.bc --spirv-replace-fmuladd-with-ocl-mad=false -o %t- break.spv
5
+ ; RUN: spirv-val %t- replace.spv
6
+ ; RUN: spirv-val %t- break.spv
7
+ ; RUN: llvm-spirv %t- default.spv -to-text -o - | FileCheck %s --check-prefixes=COMMON,REPLACE
8
+ ; RUN: llvm-spirv %t- replace.spv -to-text -o - | FileCheck %s --check-prefixes=COMMON,REPLACE
9
+ ; RUN: llvm-spirv %t- break.spv -to-text -o - | FileCheck %s --check-prefixes=COMMON,BREAK
10
10
11
11
; COMMON-NOT: llvm.fmuladd
12
12
You can’t perform that action at this time.
0 commit comments