"README.rst" did not exist on "53a2167e68f27dd8bed26cba92b978fe1d6d4188"
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> (cherry picked from commit a97f78eb)
Loading
Please register or sign in to comment