nir: Handle all array stride cases in nir_deref_instr_array_stride
[mesa.git] / src / amd / compiler / aco_ir.cpp
2020-08-27 Samuel Pitoisetaco: add ACO_DEBUG=novn,noopt,nosched for debugging...
2020-08-24 Timur Kristófaco: Fix convert_to_SDWA when instruction has 3 operands.
2020-08-21 Samuel Pitoisetaco: add ACO_DEBUG=force-waitcnt to emit wait-states
2020-08-20 Samuel Pitoisetaco: rename DEBUG_VALIDATE to DEBUG_VALIDATE_IR
2020-08-04 Rhys Perryaco: update vgpr_alloc_granule for GFX10.3
2020-07-28 Rhys Perryaco: rework barriers and replace can_reorder
2020-07-21 Rhys Perryaco: fix includes in aco_ir.cpp
2020-07-21 Rhys Perryaco: move some setup code into helpers
2020-06-10 Rhys Perryaco: allow reading/writing upper halves/bytes when...
2020-06-10 Rhys Perryaco: validate instructions reading/writing upper halves...