Update the cpu specified on some PPC regression tests
authorHal Finkel <hfinkel@anl.gov>
Sat, 30 Nov 2013 19:39:27 +0000 (19:39 +0000)
committerHal Finkel <hfinkel@anl.gov>
Sat, 30 Nov 2013 19:39:27 +0000 (19:39 +0000)
commit36e5511188ac110bacc1d0d28675c1ac09be9b50
treef149b9ffef0c8ea4a2a567c835871d8b09a225ea
parent082ac1ffdbe81731c71c9cf0e1f3f750521b301e
Update the cpu specified on some PPC regression tests

Some of these tests did not specify a cpu but were also sensitive to
instruction scheduling and/or register assignment choices. A few others
similarly-sensitive tests specified a cpu (often the POWER7), and while the P7
currently uses the default model for PPC64, this will soon change. For those
tests which should not really be cpu-dependent anyway, the cpu is set to the
generic 'ppc64'.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195977 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/PowerPC/2007-11-16-landingpad-split.ll
test/CodeGen/PowerPC/anon_aggr.ll
test/CodeGen/PowerPC/coalesce-ext.ll
test/CodeGen/PowerPC/complex-return.ll
test/CodeGen/PowerPC/jaggedstructs.ll
test/CodeGen/PowerPC/lsa.ll
test/CodeGen/PowerPC/ppc32-vacopy.ll
test/CodeGen/PowerPC/structsinmem.ll
test/CodeGen/PowerPC/structsinregs.ll
test/CodeGen/PowerPC/tls-2.ll
test/CodeGen/PowerPC/tls.ll