This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][MC] Corrected v_writelane_b32 to fix a decoding bug
ClosedPublic

Authored by dp on May 27 2020, 8:25 AM.

Details

Summary

v_writelane_b32 is defined so that vdst and vdst_in operand types do not match. This result in incorrect decoding of v_writelane_b32 with dst=v255.

See bug 45193.

Diff Detail

Event Timeline

dp created this revision.May 27 2020, 8:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 27 2020, 8:25 AM
This revision is now accepted and ready to land.May 27 2020, 9:52 AM
This revision was automatically updated to reflect the committed changes.