From f3b774599a640bd11b101ad00c3041972ccbcb70 Mon Sep 17 00:00:00 2001 From: Jinsong Ji Date: Fri, 13 Sep 2019 14:18:36 +0000 Subject: [PATCH] [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 --- test/CodeGen/{MIR => }/PowerPC/ifcvt-diamond-ret.mir | 0 test/CodeGen/{MIR => }/PowerPC/machine-backward-cp.mir | 0 test/CodeGen/{MIR => }/PowerPC/peephole-miscompile-extswsli.mir | 0 test/CodeGen/{MIR => }/PowerPC/prolog_vec_spills.mir | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename test/CodeGen/{MIR => }/PowerPC/ifcvt-diamond-ret.mir (100%) rename test/CodeGen/{MIR => }/PowerPC/machine-backward-cp.mir (100%) rename test/CodeGen/{MIR => }/PowerPC/peephole-miscompile-extswsli.mir (100%) rename test/CodeGen/{MIR => }/PowerPC/prolog_vec_spills.mir (100%) 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 -- 2.50.1