summaryrefslogtreecommitdiffstats
path: root/llvm/utils
diff options
context:
space:
mode:
authorMon P Wang <wangmp@apple.com>2010-06-04 01:20:10 +0000
committerMon P Wang <wangmp@apple.com>2010-06-04 01:20:10 +0000
commit622cdd229773c4f5de0ed9f6403870120b58c18f (patch)
tree377a05f0a5bf5dc6b7c785a8dcacbf12ac7958fa /llvm/utils
parent2e2226890403383daea4100958cf07493178cf7f (diff)
downloadbcm5719-llvm-622cdd229773c4f5de0ed9f6403870120b58c18f.tar.gz
bcm5719-llvm-622cdd229773c4f5de0ed9f6403870120b58c18f.zip
Fixed a bug during widening where we would avoid legalizing a node. When we
replace an OpA with a widened OpB, it is possible to get new uses of OpA due to CSE when recursively updating nodes. Since OpA has been processed, the new uses are not examined again. The patch checks if this occurred and it it did, updates the new uses of OpA to use OpB. llvm-svn: 105453
Diffstat (limited to 'llvm/utils')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud