If ISD::ANY_EXTEND fails, try ISD::ZERO_EXTEND and ISD::SIGN_EXTEND before giving...
authorOwen Anderson <resistor@mac.com>
Thu, 11 Sep 2008 02:41:37 +0000 (02:41 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 11 Sep 2008 02:41:37 +0000 (02:41 +0000)
commitb63691350d3e08d4bf6d400b79e3174b5bd1d61d
tree325d9da01dab4cdc431d4c5ea62053f139b5c652
parent209a4099f96f0dfd340fab4ffaf2c2d8fc15aad6
If ISD::ANY_EXTEND fails, try ISD::ZERO_EXTEND and ISD::SIGN_EXTEND before giving up.  This fixes 445.gobmk on
X86-64 in fast isel.

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