Skip to content

ir3: Fix for kill instructions in an infinite loop

Connor Abbott requested to merge cwabbott0/mesa:review/ir3-kill-fix into master

This fixes a hang in the (in)famous dEQP-VK.graphicsfuzz.while-inside-switch test with turnip. See the last commit for the full story -- the first one fixes a problem surfaced by it.

Merge request reports