commit | 15aa8e9189871057c5bd5f0c51f7e1bfae87334c | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Thu Mar 04 16:50:26 2021 -0800 |
committer | Marge Bot <eric+marge@anholt.net> | Fri Jun 04 19:08:57 2021 +0000 |
tree | 759b8b71e7f9fbc6bcd058e0f274237c145cc2fb | |
parent | 2d7bcdaf6b3857c19fde007e1ba706bcf400f166 [diff] |
vc4: Use the ra_alloc_contig_reg_class() function to speed up RA. It means we don't need to do the n^2 loop over the regs to set up the pq values, nor do we need to allocate conflicts lists. Acked-by: Erico Nunes <nunes.erico@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9437>