ir3/ra: Add missing asserts to ra_push_interval()
authorConnor Abbott <cwabbott0@gmail.com>
Mon, 15 Nov 2021 11:53:01 +0000 (12:53 +0100)
committerMarge Bot <emma+marge@anholt.net>
Fri, 19 Nov 2021 16:59:54 +0000 (16:59 +0000)
commit29d3889bbb8235d8bab36b0016946af33e3c5e1b
treec095b48257665d9957cc80cc48e55e3be8d3a781
parent9d88b98b0820198c0050965cbd6f1909b9eb8fa5
ir3/ra: Add missing asserts to ra_push_interval()

This would've caught the previous issue earlier. We checked that the
physreg made sense when inserting via ra_file_insert() but not
ra_push_interval() which is used for live-range splitting.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13818>
src/freedreno/ir3/ir3_ra.c