[PowerPC] Re-enable VSX test line for fma.ll with -mcpu=pwr7
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Sun, 19 Oct 2014 20:27:56 +0000 (20:27 +0000)
committerBill Schmidt <wschmidt@linux.vnet.ibm.com>
Sun, 19 Oct 2014 20:27:56 +0000 (20:27 +0000)
commitff8acb69e565fc93ad7bd43c31b724c4daf602d1
tree498811141b98cb65ecb00394f5530f2076068c47
parent63b14baf799b4c3ba8182596073ad5b3f37cd1cc
[PowerPC] Re-enable VSX test line for fma.ll with -mcpu=pwr7

The VSX testing variant in test/CodeGen/PowerPC/fma.ll had to be
disabled because of unexpected behavior on many of the builders.  I
tracked this down to a situation that occurs when the VSX attribute is
enabled for a target that disables the MI early scheduling pass.  This
patch adds -mcpu=pwr7 to make this predictable.  The other issue will
be addressed separately.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220171 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/PowerPC/fma.ll