1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00
llvm-mirror/unittests/MI
Matthias Braun 57a59b0543 LiveIntervalAnalysis: Fix handleMoveDown() problem
If we move a last-use register read to a later position we may skip
intermediate segments. This may require us to not only extend the
segment before the NewIdx, but also extend the segment live-in to
OldIdx.

This switches LiveIntervalTest to use AMDGPU so we can test subregister
liveness.

llvm-svn: 276724
2016-07-26 03:57:45 +00:00
..
CMakeLists.txt MITests: Update libdeps. 2016-05-03 00:04:07 +00:00
LiveIntervalTest.cpp LiveIntervalAnalysis: Fix handleMoveDown() problem 2016-07-26 03:57:45 +00:00