From: Jinsong Ji Date: Fri, 13 Sep 2019 14:18:36 +0000 (+0000) Subject: [PowerPC][NFC] Move codegen tests to PowerPC from MIR/PowerPC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3b774599a640bd11b101ad00c3041972ccbcb70;p=llvm [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'. ``` git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371857 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/MIR/PowerPC/ifcvt-diamond-ret.mir b/test/CodeGen/PowerPC/ifcvt-diamond-ret.mir similarity index 100% rename from test/CodeGen/MIR/PowerPC/ifcvt-diamond-ret.mir rename to test/CodeGen/PowerPC/ifcvt-diamond-ret.mir diff --git a/test/CodeGen/MIR/PowerPC/machine-backward-cp.mir b/test/CodeGen/PowerPC/machine-backward-cp.mir similarity index 100% rename from test/CodeGen/MIR/PowerPC/machine-backward-cp.mir rename to test/CodeGen/PowerPC/machine-backward-cp.mir diff --git a/test/CodeGen/MIR/PowerPC/peephole-miscompile-extswsli.mir b/test/CodeGen/PowerPC/peephole-miscompile-extswsli.mir similarity index 100% rename from test/CodeGen/MIR/PowerPC/peephole-miscompile-extswsli.mir rename to test/CodeGen/PowerPC/peephole-miscompile-extswsli.mir diff --git a/test/CodeGen/MIR/PowerPC/prolog_vec_spills.mir b/test/CodeGen/PowerPC/prolog_vec_spills.mir similarity index 100% rename from test/CodeGen/MIR/PowerPC/prolog_vec_spills.mir rename to test/CodeGen/PowerPC/prolog_vec_spills.mir