Skip to content
Commit 3c12fc43 authored by Evan Cheng's avatar Evan Cheng
Browse files

On some targets, non-move instructions can become move instructions because of coalescing. e.g.

vr2 = OR vr0, vr1
=>
vr2 = OR vr1, vr1   // after coalescing vr0 with vr1

Update the value# of the destination register with the copy instruction if that happens.

llvm-svn: 56165
parent be12fd1f
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