Closed
Description
d16 modifier also affects image data size.
For example, the following opcode is incorrect for GFX9:
image_load v[5:6], v[1:4], s[8:15] dmask:0x3 unorm glc slc lwe da d16
Output:
error: image data size does not match dmask and tfe
The same opcode without d16 is assembled fine:
image_load v[5:6], v[1:4], s[8:15] dmask:0x3 unorm glc slc lwe da