This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][MC] Correct image_gather4h
ClosedPublic

Authored by dp on Oct 10 2022, 11:02 AM.

Details

Summary

Correct encoding of image_gather4h for GFX9; disable this instruction for SI, CI and VI.

See this issue.

Diff Detail

Event Timeline

dp created this revision.Oct 10 2022, 11:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 10 2022, 11:02 AM
dp requested review of this revision.Oct 10 2022, 11:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 10 2022, 11:02 AM
arsenm accepted this revision.Oct 10 2022, 11:12 AM

LGTM

This revision is now accepted and ready to land.Oct 10 2022, 11:12 AM
This revision was automatically updated to reflect the committed changes.