OSDN Git Service

When a load operand is promoted to an extload, replace other uses with uses of extloa...
authorEvan Cheng <evan.cheng@apple.com>
Sat, 24 Apr 2010 04:43:44 +0000 (04:43 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 24 Apr 2010 04:43:44 +0000 (04:43 +0000)
commit95c57ea1825fedc10dc2a311b0d97105f6e61148
tree2b21ae72cb55adaff7875af6d78037c3f835b80e
parent1d367988e21bb1b4e8346877f8fa377dff194c29
When a load operand is promoted to an extload, replace other uses with uses of extload result truncated.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102236 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp