We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
image_atomic instructions with tfe cannot be properly decoded. Disassembler unable to identify correct dst size.
An example for GFX9:
0x00,0x03,0x49,0xf0,0xfc,0x05,0x17,0x00
Expected output:
image_atomic_add v[5:7], v252, s[92:99] dmask:0x3 tfe
Actual result:
image_atomic_add v5, v252, s[92:99] dmask:0x3 tfe
The text was updated successfully, but these errors were encountered:
jwanggit86
Successfully merging a pull request may close this issue.
Extended Description
image_atomic instructions with tfe cannot be properly decoded. Disassembler unable to identify correct dst size.
An example for GFX9:
Expected output:
Actual result:
The text was updated successfully, but these errors were encountered: