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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user