Skip to content
  • Connor Abbott's avatar
    ir3: Fix list corruption in legalize_block() · 8e11f056
    Connor Abbott authored
    We forgot to remove the instruction under consideration from instr_list
    before inserting it into the block's list, which caused instr_list to
    become corrupted. This happened to work but caused further corruption in
    some rare scenarios.
    
    Fixes: adf1659f ("freedreno/ir3: use standard list implementation")
    Part-of: <mesa/mesa!7573>
    8e11f056