Move .mir tests to appropriate directories

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
This commit is contained in:
Matthias Braun 2016-12-09 19:08:15 +00:00
parent f811020a19
commit b321d17e29
23 changed files with 0 additions and 2 deletions

View File

@ -1,2 +0,0 @@
if not 'Lanai' in config.root.targets:
config.unsupported = True