aco: add ACO_DEBUG=novn,noopt,nosched for debugging purposes

To disable value numbering, optimizations and scheduling.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6470>
This commit is contained in:
Samuel Pitoiset
2020-08-26 14:24:45 +02:00
committed by Marge Bot
parent 4d40a719b0
commit 502b9daa7a
4 changed files with 18 additions and 3 deletions

View File

@@ -614,6 +614,12 @@ RADV driver environment variables
abort on some suboptimal code generation
``force-waitcnt``
force emitting waitcnt states if there is something to wait for
``novn``
disable value numbering
``noopt``
disable various optimizations
``noscheduling``
disable instructions scheduling
radeonsi driver environment variables
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~