[PPC] Adjust some PowerPC tests to account for presence/absence of VSX
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Fri, 17 Oct 2014 01:41:22 +0000 (01:41 +0000)
committerBill Schmidt <wschmidt@linux.vnet.ibm.com>
Fri, 17 Oct 2014 01:41:22 +0000 (01:41 +0000)
commit32e9c6465b3beab8ee95f78eb75c4d159fb060b3
tree9211d7f11cab8ab2ee9e1593e079b184e093f326
parent5b94115d5054978d59de28422c5f304b105ab03a
[PPC] Adjust some PowerPC tests to account for presence/absence of VSX

Patch by Bill Seurer; committed on his behalf.

These test cases generate slightly different code sequences when VSX
is activated and thus fail. The update turns off VSX explicitly for
the existing checks and then adds a second set of checks for most of
them that test the VSX instruction output.

llvm-svn: 220019
19 files changed:
llvm/test/CodeGen/PowerPC/2007-09-08-unaligned.ll
llvm/test/CodeGen/PowerPC/2012-10-12-bitcast.ll
llvm/test/CodeGen/PowerPC/buildvec_canonicalize.ll
llvm/test/CodeGen/PowerPC/copysignl.ll
llvm/test/CodeGen/PowerPC/fabs.ll
llvm/test/CodeGen/PowerPC/fcpsgn.ll
llvm/test/CodeGen/PowerPC/fnabs.ll
llvm/test/CodeGen/PowerPC/fp-branch.ll
llvm/test/CodeGen/PowerPC/fp_to_uint.ll
llvm/test/CodeGen/PowerPC/fsel.ll
llvm/test/CodeGen/PowerPC/fsqrt.ll
llvm/test/CodeGen/PowerPC/i64_fp.ll
llvm/test/CodeGen/PowerPC/mcm-12.ll
llvm/test/CodeGen/PowerPC/mcm-4.ll
llvm/test/CodeGen/PowerPC/ppc64-align-long-double.ll
llvm/test/CodeGen/PowerPC/rounding-ops.ll
llvm/test/CodeGen/PowerPC/unaligned.ll
llvm/test/CodeGen/PowerPC/unsafe-math.ll
llvm/test/CodeGen/PowerPC/vec_mul.ll