summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/prolog_vec_spills.mir
Commit message (Collapse)AuthorAgeFilesLines
* [PowerPC][NFC] Move codegen tests to PowerPC from MIR/PowerPCJinsong Ji2019-09-131-0/+62
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
OpenPOWER on IntegriCloud