2 Commits

Author SHA1 Message Date
pvanhout
69036eb735 [AMDGPU] Fix code-size-estimate.mir test
Expensive-checks was failing on it.
2023-09-07 14:04:12 +02:00
Pierre van Houtryve
30955c9d22
[AMDGPU] Fix V_MOV_B32_indirect inst size (#65584)
This inst lowers to a normal v_mov_b32 so it's not zero-sized, but has a
size of 4.

Solves SWDEV-416337
2023-09-07 13:12:58 +02:00