Skip to content

intel: Fix analysis invalidation in eliminate_find_live_channel

Kenneth Graunke requested to merge kwg/mesa:fix-pass into main

If we saw a HALT instruction, we would forget to invalidate our analysis pass information before returning progress.

Merge request reports