[PATCH] D68149: LiveIntervals: Fix handleMoveUp with subreg def moving across a def

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 18 14:41:27 PDT 2019


qcolombet accepted this revision.
qcolombet added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: lib/CodeGen/LiveIntervals.cpp:1299
+
+            // Extend to the where the previous range started, unless there is
+            // another redef first.
----------------
s/to the where/to where/


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

https://reviews.llvm.org/D68149





More information about the llvm-commits mailing list