Move target tests to target subdirectories
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 31 Jan 2020 18:42:18 +0000 (13:42 -0500)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 31 Jan 2020 23:27:18 +0000 (15:27 -0800)
llvm/test/Transforms/EarlyCSE/AMDGPU/intrinsics.ll [moved from llvm/test/Transforms/EarlyCSE/intrinsics.ll with 100% similarity]
llvm/test/Transforms/EarlyCSE/PowerPC/lit.local.cfg [new file with mode: 0644]
llvm/test/Transforms/EarlyCSE/PowerPC/read-reg.ll [moved from llvm/test/Transforms/EarlyCSE/read-reg.ll with 100% similarity]
llvm/test/Transforms/EarlyCSE/X86/lit.local.cfg [new file with mode: 0644]
llvm/test/Transforms/EarlyCSE/X86/preserve_memoryssa.ll [moved from llvm/test/Transforms/EarlyCSE/preserve_memoryssa.ll with 100% similarity]

diff --git a/llvm/test/Transforms/EarlyCSE/PowerPC/lit.local.cfg b/llvm/test/Transforms/EarlyCSE/PowerPC/lit.local.cfg
new file mode 100644 (file)
index 0000000..c8625f4
--- /dev/null
@@ -0,0 +1,2 @@
+if not 'X86' in config.root.targets:
+    config.unsupported = True
diff --git a/llvm/test/Transforms/EarlyCSE/X86/lit.local.cfg b/llvm/test/Transforms/EarlyCSE/X86/lit.local.cfg
new file mode 100644 (file)
index 0000000..c8625f4
--- /dev/null
@@ -0,0 +1,2 @@
+if not 'X86' in config.root.targets:
+    config.unsupported = True