Skip to content
Commit 33b408a1 authored by Bob Wilson's avatar Bob Wilson
Browse files

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.

llvm-svn: 80654
parent 4fa0595b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment