aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-08-10 23:43:19 +0000
committerDan Gohman <gohman@apple.com>2009-08-10 23:43:19 +0000
commitd546ef7f4201acea72797d80d21f50451646c589 (patch)
treefd3bdbf3b6f17cfd872ba70406d8833230946c15 /lib/Target
parent3f20cb6d9679205620a4fd51d3ec9aa73bf3a508 (diff)
downloadexternal_llvm-d546ef7f4201acea72797d80d21f50451646c589.zip
external_llvm-d546ef7f4201acea72797d80d21f50451646c589.tar.gz
external_llvm-d546ef7f4201acea72797d80d21f50451646c589.tar.bz2
Fix a bug in the DAGCombiner's handling of multiple linked
MERGE_VALUES nodes. Replacing the result values with the operands in one MERGE_VALUES node may cause another MERGE_VALUES node be CSE'd with the first one, and bring its uses along, so that the first one isn't dead, as this code expects. Fix this by iterating until the node is really dead. This fixes PR4699. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78619 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
0 files changed, 0 insertions, 0 deletions