]> granicus.if.org Git - llvm/commit
Merging r308808, r308813 and r308906:
authorHans Wennborg <hans@hanshq.net>
Wed, 26 Jul 2017 20:34:36 +0000 (20:34 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 26 Jul 2017 20:34:36 +0000 (20:34 +0000)
commitde90d748ddd4bcddb3c27932a2abeddcadc94984
tree6562388ddf0c35b53d8216edb5f4b2722a4c24ac
parent8842a0852e6af4093ecb32312ddc98688bbe8e6c
Merging r308808, r308813 and r308906:
------------------------------------------------------------------------
r308808 | arsenm | 2017-07-21 16:56:13 -0700 (Fri, 21 Jul 2017) | 6 lines

RA: Remove assert on empty live intervals

This is possible if there is an undef use when
splitting the vreg during spilling.

Fixes bug 33620.
------------------------------------------------------------------------

------------------------------------------------------------------------
r308813 | arsenm | 2017-07-21 17:24:01 -0700 (Fri, 21 Jul 2017) | 6 lines

RA: Remove another assert on empty intervals

This case is similar to the one fixed in r308808,
except when rematerializing.

Fixes bug 33884.
------------------------------------------------------------------------

------------------------------------------------------------------------
r308906 | arsenm | 2017-07-24 11:07:55 -0700 (Mon, 24 Jul 2017) | 6 lines

RA: Replace asserts related to empty live intervals

These don't exactly assert the same thing anymore, and
allow empty live intervals with non-empty uses.

Removed in r308808 and r308813.
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_50@309171 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/InlineSpiller.cpp
lib/CodeGen/RegAllocBase.cpp
test/CodeGen/AMDGPU/spill-empty-live-interval.mir [new file with mode: 0644]