Evan Cheng ee9e1b0a85 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56165 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-12 18:13:14 +00:00
..
2008-03-09 00:32:10 +00:00
2008-03-25 04:26:08 +00:00
2008-03-25 04:26:08 +00:00
2008-03-25 04:26:08 +00:00
2008-03-25 04:26:08 +00:00
2008-03-25 04:26:08 +00:00
2008-03-25 04:26:08 +00:00
2008-03-25 04:26:08 +00:00
2008-03-25 04:26:08 +00:00
2007-07-19 23:13:04 +00:00
2007-07-05 23:00:50 +00:00
2008-04-24 20:01:58 +00:00
2008-05-01 18:41:09 +00:00
2008-03-25 04:26:08 +00:00
2008-03-25 04:26:08 +00:00
2008-03-25 04:26:08 +00:00
2008-03-25 04:26:08 +00:00
2007-07-19 23:13:04 +00:00
2008-03-25 04:26:08 +00:00
2008-03-25 04:26:08 +00:00
2007-07-19 23:13:04 +00:00
2008-03-25 04:26:08 +00:00
2008-08-30 00:54:31 +00:00
2008-08-30 00:54:31 +00:00
2008-03-25 04:26:08 +00:00
2008-03-25 04:26:08 +00:00
2008-03-25 04:26:08 +00:00
2008-03-25 04:26:08 +00:00
2008-03-25 04:26:08 +00:00
2008-02-19 08:07:33 +00:00
2008-02-19 08:07:33 +00:00
2008-02-19 08:07:33 +00:00
2008-02-19 08:07:33 +00:00
2008-02-19 08:07:33 +00:00
2007-05-14 22:04:16 +00:00
2008-03-25 04:26:08 +00:00
2008-03-25 04:26:08 +00:00
2008-03-25 04:26:08 +00:00
2008-02-19 08:07:33 +00:00
2007-05-09 19:20:37 +00:00
2007-04-30 05:11:58 +00:00
2008-02-19 08:07:33 +00:00
2008-02-19 08:07:33 +00:00
2008-02-19 08:07:33 +00:00
2008-03-13 22:13:53 +00:00
2008-03-22 22:27:01 +00:00
2008-03-02 17:56:29 +00:00
2007-07-19 23:13:04 +00:00
2008-02-19 08:07:33 +00:00
2007-07-30 07:52:03 +00:00