[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)
commit455a0db01a04ca28b97f363fc822cbbadf89a59e
tree162b6b8d12aae817376e4fcb0c5dc94893bb0f54
parentb4160cb94c54f0b31d0ce14694950dac7b6cd83f
[PowerPC][NFC] Move codegen tests to PowerPC from MIR/PowerPC

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'.
```

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