agx: Add liveness analysis pass
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>
Sat, 19 Jun 2021 17:48:03 +0000 (13:48 -0400)
committerMarge Bot <eric+marge@anholt.net>
Mon, 5 Jul 2021 20:56:04 +0000 (20:56 +0000)
commit7972e74f40f7e69085f551c200b3fd30bd97c9fe
treea632955d104faa48898eba2dd02a09ed9b81aec6
parentec40620f8635a2bacc1040acaaa24a35220399e9
agx: Add liveness analysis pass

Based on the Panfrost one, scalarized and with some silly things fixed.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11718>
src/asahi/compiler/agx_compiler.h
src/asahi/compiler/agx_liveness.c [new file with mode: 0644]
src/asahi/compiler/meson.build