This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][MC][GFX11] Correct op_sel handling for permlane*16
ClosedPublic

Authored by dp on Nov 14 2022, 11:04 AM.

Details

Summary

Unify handling of GFX10 and GFX11 permlane16 opcodes:

  • disable op_sel for bits other than 0 and 1.
  • correct disassembly to print op_sel values for first two bits only.

Diff Detail

Event Timeline

dp created this revision.Nov 14 2022, 11:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 14 2022, 11:04 AM
dp requested review of this revision.Nov 14 2022, 11:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 14 2022, 11:04 AM
This revision is now accepted and ready to land.Nov 28 2022, 11:06 AM
This revision was landed with ongoing or failed builds.Nov 29 2022, 7:45 AM
This revision was automatically updated to reflect the committed changes.