mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-19 15:48:19 +02:00
While accounting for an input register's merge set when resetting the file start after the preamble, we implicitly assume that the allocated register is the preferred one by asserting that the register's merge set offset is not smaller than its physreg (to prevent an underflow). However, inputs are not guaranteed to have their preferred register allocated which causes the assert to get triggered. Fix this by only taking the whole merge set into account for inputs that actually got their preferred register allocated. Signed-off-by: Job Noorman <jnoorman@igalia.com> Fixes: |
||
|---|---|---|
| .. | ||
| afuc | ||
| ci | ||
| common | ||
| computerator | ||
| decode | ||
| drm | ||
| drm-shim | ||
| ds | ||
| fdl | ||
| ir2 | ||
| ir3 | ||
| isa | ||
| perfcntrs | ||
| registers | ||
| rnn | ||
| tests | ||
| vulkan | ||
| .clang-format | ||
| .dir-locals.el | ||
| .editorconfig | ||
| meson.build | ||