Skip to content

[AMDGPU][MC][GFX810+] Incorrect error message "image data size does not match dmask and tfe" #54693

Closed
@dpreobra

Description

@dpreobra

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions