[x86] Fix the test case added in r214670 and tweaked in r214674 further.
authorChandler Carruth <chandlerc@gmail.com>
Mon, 4 Aug 2014 00:54:28 +0000 (00:54 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 4 Aug 2014 00:54:28 +0000 (00:54 +0000)
commitf3ef961a94a948be3f59e63d2485a5d5e87a6b50
tree8d3efd5ecf913ebe3121d69da73d62c74141da0d
parent0980da373ce5601e24abb5a0a618ea3d3c6eeedc
[x86] Fix the test case added in r214670 and tweaked in r214674 further.

Fundamentally, there isn't a really portable way to test the constant
pool contents. Instead, pin this test to the bare-metal triple. This
also makes it a 64-bit triple which allows us to only match a single
constant pool rather than two. It can also just hard code the '.' prefix
as the format should be stable now that it has a fixed triple. Finally,
I've switched it to use CHECK-NEXT to be more precise in the instruction
sequence expected and to use variables rather than hard coding decisions
by the register allocator.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214679 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/vec_fabs.ll