[SPIRV] Add tests to improve test coverage
authorAndrey Tretyakov <andrey.tretyakov@mail.com>
Sun, 4 Sep 2022 01:09:02 +0000 (04:09 +0300)
committerAndrey Tretyakov <andrey.tretyakov@mail.com>
Mon, 5 Sep 2022 12:52:01 +0000 (15:52 +0300)
commit1268cf6454bd1d1cafe7cba6cb58f20917f0a303
tree63c120d18cddb94bc2f956c2d734b0144f9e4ed8
parentbd0801cddfc8e827f17d45a43ac8d3754e0c3124
[SPIRV] Add tests to improve test coverage

Differential Revision: https://reviews.llvm.org/D133265
20 files changed:
llvm/test/CodeGen/SPIRV/ComparePointers.ll [new file with mode: 0644]
llvm/test/CodeGen/SPIRV/ExecutionMode.ll [new file with mode: 0644]
llvm/test/CodeGen/SPIRV/FOrdGreaterThanEqual_bool.ll [new file with mode: 0644]
llvm/test/CodeGen/SPIRV/SpecConstants/bool-spirv-specconstant.ll [new file with mode: 0644]
llvm/test/CodeGen/SPIRV/instructions/intrinsics.ll
llvm/test/CodeGen/SPIRV/literal-struct.ll [new file with mode: 0644]
llvm/test/CodeGen/SPIRV/opencl/basic/vstore_private.ll [new file with mode: 0644]
llvm/test/CodeGen/SPIRV/opencl/device_execution/execute_block.ll [new file with mode: 0644]
llvm/test/CodeGen/SPIRV/spec_const_decoration.ll [new file with mode: 0644]
llvm/test/CodeGen/SPIRV/transcoding/BitReversePref.ll [new file with mode: 0644]
llvm/test/CodeGen/SPIRV/transcoding/BuildNDRange_2.ll [new file with mode: 0644]
llvm/test/CodeGen/SPIRV/transcoding/OpVectorInsertDynamic_i16.ll [new file with mode: 0644]
llvm/test/CodeGen/SPIRV/transcoding/SpecConstantComposite.ll [new file with mode: 0644]
llvm/test/CodeGen/SPIRV/transcoding/block_w_struct_return.ll [new file with mode: 0644]
llvm/test/CodeGen/SPIRV/transcoding/builtin_vars.ll [new file with mode: 0644]
llvm/test/CodeGen/SPIRV/transcoding/builtin_vars_arithmetics.ll [new file with mode: 0644]
llvm/test/CodeGen/SPIRV/transcoding/builtin_vars_opt.ll [new file with mode: 0644]
llvm/test/CodeGen/SPIRV/transcoding/extract_insert_value.ll [new file with mode: 0644]
llvm/test/CodeGen/SPIRV/transcoding/global_block.ll [new file with mode: 0644]
llvm/test/CodeGen/SPIRV/transcoding/spirv-private-array-initialization.ll [new file with mode: 0644]