]> granicus.if.org Git - llvm/commitdiff
Move .mir tests to appropriate directories
authorMatthias Braun <matze@braunis.de>
Fri, 9 Dec 2016 19:08:15 +0000 (19:08 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 9 Dec 2016 19:08:15 +0000 (19:08 +0000)
test/CodeGen/MIR should contain tests that intent to test the MIR
printing or parsing. Tests that test something else should be in
test/CodeGen/TargetName even when they are written in .mir.

As a rule of thumb, only tests using "llc -run-pass none" should be in
test/CodeGen/MIR.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289254 91177308-0d34-0410-b5e6-96231b3b80d8

23 files changed:
test/CodeGen/AArch64/ldst-opt-zr-clobber.mir [moved from test/CodeGen/MIR/AArch64/ldst-opt-zr-clobber.mir with 100% similarity]
test/CodeGen/AArch64/machine-dead-copy.mir [moved from test/CodeGen/MIR/AArch64/machine-dead-copy.mir with 100% similarity]
test/CodeGen/AArch64/machine-scheduler.mir [moved from test/CodeGen/MIR/AArch64/machine-scheduler.mir with 100% similarity]
test/CodeGen/AArch64/machine-sink-zr.mir [moved from test/CodeGen/MIR/AArch64/machine-sink-zr.mir with 100% similarity]
test/CodeGen/AMDGPU/coalescer-subreg-join.mir [moved from test/CodeGen/MIR/AMDGPU/coalescer-subreg-join.mir with 100% similarity]
test/CodeGen/AMDGPU/detect-dead-lanes.mir [moved from test/CodeGen/MIR/AMDGPU/detect-dead-lanes.mir with 100% similarity]
test/CodeGen/AMDGPU/insert-waits-exp.mir [moved from test/CodeGen/MIR/AMDGPU/insert-waits-exp.mir with 100% similarity]
test/CodeGen/AMDGPU/inserted-wait-states.mir [moved from test/CodeGen/MIR/AMDGPU/inserted-wait-states.mir with 100% similarity]
test/CodeGen/AMDGPU/invert-br-undef-vcc.mir [moved from test/CodeGen/MIR/AMDGPU/invert-br-undef-vcc.mir with 100% similarity]
test/CodeGen/AMDGPU/liveness.mir [moved from test/CodeGen/MIR/AMDGPU/liveness.mir with 100% similarity]
test/CodeGen/AMDGPU/movrels-bug.mir [moved from test/CodeGen/MIR/AMDGPU/movrels-bug.mir with 100% similarity]
test/CodeGen/AMDGPU/optimize-if-exec-masking.mir [moved from test/CodeGen/MIR/AMDGPU/optimize-if-exec-masking.mir with 100% similarity]
test/CodeGen/AMDGPU/rename-independent-subregs.mir [moved from test/CodeGen/MIR/AMDGPU/rename-independent-subregs.mir with 100% similarity]
test/CodeGen/AMDGPU/scalar-store-cache-flush.mir [moved from test/CodeGen/MIR/AMDGPU/scalar-store-cache-flush.mir with 100% similarity]
test/CodeGen/AMDGPU/si-fix-sgpr-copies.mir [moved from test/CodeGen/MIR/AMDGPU/si-fix-sgpr-copies.mir with 100% similarity]
test/CodeGen/AMDGPU/subreg-intervals.mir [moved from test/CodeGen/MIR/AMDGPU/subreg-intervals.mir with 100% similarity]
test/CodeGen/AMDGPU/vccz-corrupt-bug-workaround.mir [moved from test/CodeGen/MIR/AMDGPU/vccz-corrupt-bug-workaround.mir with 100% similarity]
test/CodeGen/AMDGPU/waitcnt.mir [moved from test/CodeGen/MIR/AMDGPU/waitcnt.mir with 100% similarity]
test/CodeGen/ARM/imm-peephole-arm.mir [moved from test/CodeGen/MIR/ARM/imm-peephole-arm.mir with 100% similarity]
test/CodeGen/ARM/imm-peephole-thumb.mir [moved from test/CodeGen/MIR/ARM/imm-peephole-thumb.mir with 100% similarity]
test/CodeGen/Hexagon/anti-dep-partial.mir [moved from test/CodeGen/MIR/Hexagon/anti-dep-partial.mir with 100% similarity]
test/CodeGen/Lanai/peephole-compare.mir [moved from test/CodeGen/MIR/Lanai/peephole-compare.mir with 100% similarity]
test/CodeGen/MIR/Lanai/lit.local.cfg [deleted file]

diff --git a/test/CodeGen/MIR/Lanai/lit.local.cfg b/test/CodeGen/MIR/Lanai/lit.local.cfg
deleted file mode 100644 (file)
index f1b8b4f..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-if not 'Lanai' in config.root.targets:
-    config.unsupported = True