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:Alejandro Piñeiro <apinheiro@igalia.com> Part-of: <mesa/mesa!17020>
Please register or sign in to comment