37989670b9
Replace the bitwise operation with a more explicit do-while loop. This fixes a warning with clang, and ensures that nir_opt_dead_cf and nir_opt_dce are called in the right order. Suggested-by: Georg Lehmann <dadschoorse@gmail.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14742>