mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 12:20:10 +01:00
We don't care about patterns like
loop {
...
if (...) {
break;
} else {
...
}
...
}
In that case, we don't need to sync after the if because there's nothing
to re-converge. Every path except one will end up breaking out of it
anyway.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26382>
|
||
|---|---|---|
| .. | ||
| codegen | ||
| compiler | ||
| drm-shim | ||
| mme | ||
| nil | ||
| nvidia-headers | ||
| vulkan | ||
| winsys | ||
| meson.build | ||