Files
mesa/src
Christoph Pillmayer 6535a3b6b3 pan: Fix bi_find_loop_blocks
Before this commit, nested loops aren't counted correctly:
   -------------
   V           |
-> A --> B --> C ->
         ^     |
         -------
A is both predecessor and successor of B but A isn't in B's loop.

Instead a block B is in loop header H's block if H is the successor
of B and H dominates B.

Reviewed-by: Eric R. Smith <eric.smith@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38393>
2025-11-18 09:02:56 +00:00
..
2025-11-10 07:01:50 +10:00
2025-11-18 07:41:42 +00:00
2025-11-18 09:02:56 +00:00
2025-11-17 22:50:07 +00:00
2025-11-16 15:37:16 +00:00
2025-10-20 17:46:38 +00:00