This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Assembler: Basic support for MIMG
ClosedPublic

Authored by nhaustov on Feb 24 2016, 7:55 AM.

Details

Summary

Add parsing and printing of image operands. Matches legacy sp3 assembler.
Change image instruction order to have data/image/sampler operands in the beginning. This is needed because optional operands in MC are always last.
Update SITargetLowering for new order.
Add basic MC test.
Update CodeGen tests.

Diff Detail

Event Timeline

nhaustov updated this revision to Diff 48942.Feb 24 2016, 7:55 AM
nhaustov retitled this revision from to [AMDGPU] Assembler: Basic support for MIMG.
nhaustov updated this object.
nhaustov added a project: Restricted Project.
tstellarAMD accepted this revision.Feb 24 2016, 8:47 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Feb 24 2016, 8:47 PM
nhaustov closed this revision.Feb 29 2016, 1:34 AM

r261995