OSDN Git Service

Avoid promoting a i16 node if it would eliminate a (store (op (load))) opportunity.
authorEvan Cheng <evan.cheng@apple.com>
Sat, 24 Apr 2010 04:44:57 +0000 (04:44 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 24 Apr 2010 04:44:57 +0000 (04:44 +0000)
commitc82c20b315d47c124893ed1cb27c39b0050fd227
tree450633f420b6e43e34877a6cde404acfd0d3b642
parent95c57ea1825fedc10dc2a311b0d97105f6e61148
Avoid promoting a i16 node if it would eliminate a (store (op (load))) opportunity.

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