Add testcase to make sure we don't generate too many jumps for a une compare.
authorBill Wendling <isanbard@gmail.com>
Thu, 19 Sep 2013 21:58:20 +0000 (21:58 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 19 Sep 2013 21:58:20 +0000 (21:58 +0000)
commit617305a0eb086f34a1005c8be2af3eea4a2a715d
tree1a254ebff52fb8a3d736d559194097b6807fd38e
parent03fadd7f14c94620a5135968de155505b1bb7c4f
Add testcase to make sure we don't generate too many jumps for a une compare.
<rdar://problem/7859988>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191040 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/fp-une-cmp.ll [new file with mode: 0644]