Kai Luo b200c5180e Reland [MachineCopyPropagation] Extend MCP to do trivial copy backward propagation.
Fix assertion error
```
bool llvm::MachineOperand::isRenamable() const: Assertion `Register::isPhysicalRegister(getReg()) && "isRenamable should only be checked on physical registers"' failed.
```
by checking if the register is 0 before invoking `isRenamable`.
2019-12-05 14:32:11 +08:00
..
2019-05-06 09:46:50 +00:00
2019-05-06 09:46:50 +00:00
2019-05-06 09:46:50 +00:00
2019-05-06 09:46:50 +00:00
2019-05-06 09:46:50 +00:00
2019-05-06 09:46:50 +00:00
2019-05-06 09:46:50 +00:00
2019-08-12 01:29:46 +00:00
2019-08-15 10:12:26 +00:00
2019-05-06 09:46:50 +00:00
2019-09-23 05:00:59 +00:00
2019-12-04 08:22:45 +08:00
2019-05-06 19:29:24 +00:00
2019-10-07 14:10:21 +00:00
2019-09-05 18:15:07 +00:00
2019-06-18 23:31:10 +00:00