Skip to content
Snippets Groups Projects
Commit 7302d436 authored by Iago Toral's avatar Iago Toral Committed by Dylan Baker
Browse files

broadcom/compiler: disable flags optimization for loop conditions


This is not safe because it may skip regenerating the flags for the
loop condition in the loop continue block and these flags may be
stomped in the loop body by other conditionals.

Fixes: 9909fe6b ('broadcom/compiler: Skip bool_to_cond where possible')
Reviewed-by: default avatarAlejandro Piñeiro <apinheiro@igalia.com>
Part-of: <mesa/mesa!17020>
(cherry picked from commit a97f78eb)
parent 2bd2df1a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment