aco: remove perfwarn

This didn't do anything useful.

Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29270>
This commit is contained in:
Georg Lehmann
2024-05-17 18:14:19 +02:00
committed by Marge Bot
parent ea3e5bcc99
commit cc404d45ff
8 changed files with 1 additions and 65 deletions

View File

@@ -404,7 +404,7 @@ aco_get_codegen_flags()
init();
/* Exclude flags which don't affect code generation. */
uint64_t exclude =
DEBUG_VALIDATE_IR | DEBUG_VALIDATE_RA | DEBUG_PERFWARN | DEBUG_PERF_INFO | DEBUG_LIVE_INFO;
DEBUG_VALIDATE_IR | DEBUG_VALIDATE_RA | DEBUG_PERF_INFO | DEBUG_LIVE_INFO;
return debug_flags & ~exclude;
}