Files
third_party_mesa3d/src/broadcom
Konstantin Seurer 60a20bcf3d nir: Stop using instructions for debug info
Annotating ssa defs without affecting compilation is impossible with
debug info instructions since referencing a nir_def from the debug info
instr will add uses.

The old approach also stops worrking if passes reorder instructions.

This patch proposes a solution which should not regress performance just
like the old approach. The difference is that this one allocates a bit
more space for debug info instead of adding a new instruction for it.

Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33141>
2025-01-30 20:14:01 +00:00
..
2025-01-28 15:01:00 +00:00
2023-11-02 11:59:08 +01:00
2024-12-13 12:29:11 +00:00
2024-12-02 14:13:24 +00:00
2025-01-23 23:35:43 +00:00
2024-12-13 12:29:11 +00:00