This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Support inlineasm for packed instructions
ClosedPublic

Authored by arsenm on Feb 18 2017, 11:34 AM.

Details

Reviewers
kzhuravl
Summary

Add packed types as legal so they may be used with inlineasm.
Keep all operations expanded for now.

Diff Detail

Event Timeline

arsenm created this revision.Feb 18 2017, 11:34 AM
kzhuravl accepted this revision.Feb 27 2017, 1:00 AM

LGTM.

This revision is now accepted and ready to land.Feb 27 2017, 1:00 AM
arsenm closed this revision.Feb 27 2017, 1:04 PM

r296379