OSDN Git Service

[X86] Remove memory instructions form isUseDefConvertible.
authorCraig Topper <craig.topper@intel.com>
Thu, 20 Jun 2019 04:58:40 +0000 (04:58 +0000)
committerCraig Topper <craig.topper@intel.com>
Thu, 20 Jun 2019 04:58:40 +0000 (04:58 +0000)
commit8777d806baa5718104fc0005f27b3c7db4969d6a
tree3102f5027a1106304357c23224100bfc41436e53
parent88e36b270c04d1b8b04b5575511875b9d2f00e30
[X86] Remove memory instructions form isUseDefConvertible.

The caller of this is looking for comparisons of the input
to these instructions with 0. But the memory instructions
input is an addess not a value input in a register.

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