aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2009-09-01 04:18:40 +0000
committerBob Wilson <bob.wilson@apple.com>2009-09-01 04:18:40 +0000
commit13099514dad37eb4e6f270fc84fb749c3eaeb487 (patch)
treebf511efdbeb7cf31489194f414bf344dbb3f9d04 /lib/Transforms
parentef0f63722ac72a66dd4486e6ac8a1719d12e6e13 (diff)
downloadexternal_llvm-13099514dad37eb4e6f270fc84fb749c3eaeb487.zip
external_llvm-13099514dad37eb4e6f270fc84fb749c3eaeb487.tar.gz
external_llvm-13099514dad37eb4e6f270fc84fb749c3eaeb487.tar.bz2
Fix pr4843: When an instruction has multiple destination registers that are
tied to different source registers, the TwoAddressInstructionPass needs to be smarter. Change it to check before replacing a source register whether that source register is tied to a different destination register, and if so, defer handling it until a subsequent iteration. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80654 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
0 files changed, 0 insertions, 0 deletions