agx: Describe whether instructions may be reordered
authorAlyssa Rosenzweig <alyssa@collabora.com>
Sat, 5 Nov 2022 03:26:34 +0000 (23:26 -0400)
committerMarge Bot <emma+marge@anholt.net>
Thu, 10 Nov 2022 02:25:09 +0000 (02:25 +0000)
commit4387d0886d23f335b361f429e7a277390afdd4d2
tree7365eedbd827eca26ce7cbc303de01f47707a44c
parent27869f69663d094adce81707a7c17c5cdbfe2917
agx: Describe whether instructions may be reordered

As per NIR, for the benefit of CSE. It is assumed that instructions that
cannot be eliminated also cannot be reordered.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19590>
src/asahi/compiler/agx_opcodes.c.py
src/asahi/compiler/agx_opcodes.h.py
src/asahi/compiler/agx_opcodes.py