Extend the live-in check for all aliased registers so that we can
allow sinking Copy instructions even when only implicit def is in successor's
live-in.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D45817
[PostRASink] extend the live-in check for all aliased registers AcceptedPublic Authored by junbuml on Apr 19 2018, 7:18 AM.
Details
Diff Detail Event Timelinejunbuml added a child revision: D45695: [CodeGen] Use RegUnits to track register aliases (NFC).Apr 19 2018, 7:19 AM junbuml removed a child revision: D45695: [CodeGen] Use RegUnits to track register aliases (NFC).Apr 19 2018, 7:21 AM This revision is now accepted and ready to land.Apr 23 2018, 1:23 PM
Revision Contents
Diff 143769 lib/CodeGen/MachineSink.cpp
test/CodeGen/AArch64/post-ra-machine-sink.mir
|
This should be const, right?