This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][MC][DOC] Updated AMD GPU assembler description
ClosedPublic

Authored by dp on Mar 2 2018, 8:55 AM.

Details

Summary

See bug 36572: https://bugs.llvm.org/show_bug.cgi?id=36572

This is the first part of an update.

This change adds description of:

  • syntax of all GFX7/8/9 instructions we currently support (and which passed testing);
  • instruction modifiers.

For your convenience, the change is also included in html format.

In the next update I'm planning to add a description of operands.

Diff Detail

Repository
rL LLVM

Event Timeline

dp created this revision.Mar 2 2018, 8:55 AM
vpykhtin accepted this revision.Mar 5 2018, 2:32 AM

I think it looks very good, thank you!

This revision is now accepted and ready to land.Mar 5 2018, 2:32 AM
This revision was automatically updated to reflect the committed changes.