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:

committed by
Marge Bot

parent
4d40a719b0
commit
502b9daa7a
@@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
Reference in New Issue
Block a user