1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/unittests/MI
Jay Foad ff3ee09ec7 [LiveIntervals] Fix early-clobber handling in handleMoveUp
Without this fix, handleMoveUp can create an invalid live range like
this:

[98904e,98908r:0)[98908e,227504r:1)

where the two segments overlap, but only because we have lost the "e"
(early-clobber) on the end point of the first segment.

Differential Revision: https://reviews.llvm.org/D82110
2020-06-19 10:17:04 +01:00
..
CMakeLists.txt MITests: Update libdeps. 2016-05-03 00:04:07 +00:00
LiveIntervalTest.cpp [LiveIntervals] Fix early-clobber handling in handleMoveUp 2020-06-19 10:17:04 +01:00