Skip to content

ir3: Add EOLM and EOGM a7xx flags to NOP

Danylo Piliaiev requested to merge Danil/mesa:feature/ir3/nop-eolm-eogm into main

What does this MR do and why?

ir3: Add EOLM and EOGM a7xx flags to NOP

Apparently the ignored bits have meaning.

  • EOLM - Is set on a NOP after the last cat6 instruction. Must be set outside of control flow including preambles. Doesn't seem to affect correctness.
  • EOGM - Is set on a NOP after the last cat5/cat6 instruction.

Impact on perf is not tested.

Edited by Danylo Piliaiev

Merge request reports