Skip to content

ir3: Add fullsync and fullnop ir3 dbg options for over-syncing

Danylo Piliaiev requested to merge Danil/mesa:feature/ir3/sync-dbg-options into main

What does this MR do and why?

Add fullsync and fullnop ir3 dbg options for over-syncing

  • fullsync - adds (ss)(sy) after each cat4/cat5/cat6
  • fullnop - adds (rpt4) nop before every instruction

Useful to debug errors in inter-instruction synchronization.

Merge request reports