This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][MC] Corrected parsing of image opcode modifiers r128 and d16
ClosedPublic

Authored by dp on Jan 26 2018, 9:27 AM.

Details

Summary

See bugs 36092, 36093:

https://bugs.llvm.org/show_bug.cgi?id=36092
https://bugs.llvm.org/show_bug.cgi?id=36093

Note that d16 is a mandatory modifier which may be preceded by optional ones so it requires special handling.

Diff Detail

Repository
rL LLVM

Event Timeline

dp created this revision.Jan 26 2018, 9:27 AM
arsenm accepted this revision.Jan 26 2018, 2:08 PM

LGTM

This revision is now accepted and ready to land.Jan 26 2018, 2:08 PM
This revision was automatically updated to reflect the committed changes.