Delegate updating of LiveIntervals to each target's
convertToThreeAddress implementation, instead of repairing LiveIntervals
after the fact in TwoAddressInstruction::convertInstTo3Addr.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
As suggested in D113123. I'm not sure what level of testing would be appropriate for a change like this. All I can say is that it doesn't make the codegen lit test results any worse, if I run them with -early-live-intervals forced on.