OSDN Git Service

[X86] Add the rest of the ADC and SBB instructions to isDefConvertible.
authorCraig Topper <craig.topper@intel.com>
Wed, 9 Aug 2017 06:17:49 +0000 (06:17 +0000)
committerCraig Topper <craig.topper@intel.com>
Wed, 9 Aug 2017 06:17:49 +0000 (06:17 +0000)
commit2b75fd62ba26e59028baa4f22114465158430c74
tree62c6e5e5e56f50c0c1634544fd48a6d472fda74f
parent6897f5c0e8cc06a93c3ba8522c4a3a01de65a52e
[X86] Add the rest of the ADC and SBB instructions to isDefConvertible.

I don't know if this really affects anything. Just thought it was weird that we had all of the ADD/SUB/AND/OR/XOR instructions.

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