move call to convertIntLogicToFPLogic up; NFCI
authorSanjay Patel <spatel@rotateright.com>
Wed, 23 Sep 2015 18:03:37 +0000 (18:03 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 23 Sep 2015 18:03:37 +0000 (18:03 +0000)
commit5e2a635f0ed33775909348611b0e3e0cf40329c5
tree8d6dc01f516e7c8742c4638b597ffba697da0253
parent51ac5bb4c49f50ce9c0b41352045857127024dbb
move call to convertIntLogicToFPLogic up; NFCI

The BEXTR comments didn't make sense before, we may want to extend the
FP logic transform to work on vectors, and this way is more beautiful.

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