Files
mesa/src
Faith Ekstrand 19e0c52837 nak: Run simple liveness data-flow bottom-up
Rookie mistake... The liveness algorithm propagates information from
later blocks to earlier blocks so if you run bottom-up it's exactly two
passes when there aren't loops.  If you run top-down, it's quadratic in
the number of blocks.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24998>
2023-11-14 00:48:13 +00:00
..
2023-11-13 20:09:31 +00:00
2023-11-07 00:05:55 +00:00
2023-11-13 16:10:41 +00:00
2023-11-07 13:34:54 +00:00
2023-11-12 23:06:27 +00:00
2023-11-14 00:48:06 +00:00
2023-10-09 18:43:09 +00:00
2023-08-18 21:33:14 +00:00
2023-11-14 00:48:06 +00:00
2023-10-20 17:20:11 +00:00