[PATCH] D100296: [WIP] Teach Greedy RA to recognize special case live-through

Serguei Katkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 12 04:31:47 PDT 2021


skatkov added inline comments.


================
Comment at: llvm/lib/CodeGen/LiveIntervals.cpp:960
     // *SlotI is beyond the current LI segment.
     LiveI = LI.advanceTo(LiveI, *SlotI);
     if (LiveI == LiveE)
----------------
This needs to be fixed as well...
we can skip *SlotI if it is a statepoint and end of last segment in LI....


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100296/new/

https://reviews.llvm.org/D100296



More information about the llvm-commits mailing list