]> granicus.if.org Git - llvm/commitdiff
[PowerPC][NFC] Move codegen tests to PowerPC from MIR/PowerPC
authorJinsong Ji <jji@us.ibm.com>
Fri, 13 Sep 2019 14:18:36 +0000 (14:18 +0000)
committerJinsong Ji <jji@us.ibm.com>
Fri, 13 Sep 2019 14:18:36 +0000 (14:18 +0000)
All tests with -run-pass !=none should not in MIR/, See MIR/README.

```
Tests for codegen passes should NOT be here but in
test/CodeGen/sometarget. As
a rule of thumb this directory should only contain tests using
'llc -run-pass none'.
```

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

test/CodeGen/PowerPC/ifcvt-diamond-ret.mir [moved from test/CodeGen/MIR/PowerPC/ifcvt-diamond-ret.mir with 100% similarity]
test/CodeGen/PowerPC/machine-backward-cp.mir [moved from test/CodeGen/MIR/PowerPC/machine-backward-cp.mir with 100% similarity]
test/CodeGen/PowerPC/peephole-miscompile-extswsli.mir [moved from test/CodeGen/MIR/PowerPC/peephole-miscompile-extswsli.mir with 100% similarity]
test/CodeGen/PowerPC/prolog_vec_spills.mir [moved from test/CodeGen/MIR/PowerPC/prolog_vec_spills.mir with 100% similarity]