[x86] move code for converting int logic to FP logic to a helper function; NFCI
authorSanjay Patel <spatel@rotateright.com>
Wed, 23 Sep 2015 17:39:41 +0000 (17:39 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 23 Sep 2015 17:39:41 +0000 (17:39 +0000)
commit46a7838d96ae63eab405eeff626c21c9fd53e752
tree9f1f57e0bfd631d5141e897233d9fd65715cefa9
parent43df582edbfea940fa08c3abb743e4dc1cb120c7
[x86] move code for converting int logic to FP logic to a helper function; NFCI

This is a follow-on to:
http://reviews.llvm.org/rL248395

so we can add the call to the or/xor combines too.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248399 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp