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

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]