This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][MC] Corrected error message "image data size does not match dmask and tfe"
ClosedPublic

Authored by dp on Apr 18 2022, 5:12 AM.

Details

Summary

d16 modifier also affects image data size.
See bug 54693.

Diff Detail

Event Timeline

dp created this revision.Apr 18 2022, 5:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 18 2022, 5:12 AM
dp requested review of this revision.Apr 18 2022, 5:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 18 2022, 5:12 AM
dp added inline comments.Apr 18 2022, 5:17 AM
llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
1605

The name of the function was misleading because the function returned true for GFX6 and GFX7.

dp updated this revision to Diff 423361.Apr 18 2022, 5:18 AM

Diff has been updated to show context.

This revision is now accepted and ready to land.Apr 18 2022, 11:03 AM
This revision was landed with ongoing or failed builds.Apr 19 2022, 3:55 AM
This revision was automatically updated to reflect the committed changes.