This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][MC] Corrected dst/data size for MIMG opcodes with d16 modifier
ClosedPublic

Authored by dp on Feb 2 2018, 8:17 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

dp created this revision.Feb 2 2018, 8:17 AM
artem.tamazov accepted this revision.Feb 3 2018, 4:43 AM

Looks good except come comments.

lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
268 ↗(On Diff #132604)

I would better say "show address as if it has 1 dword, which could be not really so."

301 ↗(On Diff #132604)

Pleae explain FIXME or fix it))

This revision is now accepted and ready to land.Feb 3 2018, 4:43 AM
This revision was automatically updated to reflect the committed changes.