Skip to content

Commit d64371b

Browse files
authored
[tools] Cleanup spirv-sim (#151705)
spirv-sim was supposed to be used to test cross-lane interactions. This utility was in the end never used for testing, and as we move to proper end-to-end testing through the llvm/offload-test-suite project, this becomes obsolete. Cleaning this up.
1 parent 1862e3c commit d64371b

File tree

14 files changed

+0
-1468
lines changed

14 files changed

+0
-1468
lines changed

llvm/test/CodeGen/SPIRV/lit.local.cfg

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
if not "SPIRV" in config.root.targets:
22
config.unsupported = True
33

4-
spirv_sim_root = os.path.join(config.llvm_src_root, "utils", "spirv-sim")
5-
6-
config.substitutions.append(
7-
(
8-
"spirv-sim",
9-
"'%s' %s" % (config.python_executable,
10-
os.path.join(spirv_sim_root, "spirv-sim.py")),
11-
)
12-
)
13-
144
if config.spirv_tools_tests:
155
config.available_features.add("spirv-tools")
166
config.substitutions.append(("spirv-dis", os.path.join(config.llvm_tools_dir, "spirv-dis")))

llvm/test/Other/spirv-sim/branch.spv

Lines changed: 0 additions & 42 deletions
This file was deleted.

llvm/test/Other/spirv-sim/call.spv

Lines changed: 0 additions & 36 deletions
This file was deleted.

llvm/test/Other/spirv-sim/constant.spv

Lines changed: 0 additions & 36 deletions
This file was deleted.

llvm/test/Other/spirv-sim/lit.local.cfg

Lines changed: 0 additions & 8 deletions
This file was deleted.

llvm/test/Other/spirv-sim/loop.spv

Lines changed: 0 additions & 58 deletions
This file was deleted.

llvm/test/Other/spirv-sim/simple-bad-result.spv

Lines changed: 0 additions & 26 deletions
This file was deleted.

llvm/test/Other/spirv-sim/simple.spv

Lines changed: 0 additions & 22 deletions
This file was deleted.

llvm/test/Other/spirv-sim/simulator-args.spv

Lines changed: 0 additions & 36 deletions
This file was deleted.

llvm/test/Other/spirv-sim/switch.spv

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)