Skip to content

Commit

Permalink
[AMDGPU] Added 'a' constraint documentation. NFC.
Browse files Browse the repository at this point in the history
AGPR inline asm constraint was missing from the LangRef.rst.
  • Loading branch information
rampitec committed May 5, 2020
1 parent b40d073 commit b856ff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/docs/LangRef.rst
Expand Up @@ -4104,6 +4104,7 @@ AMDGPU:
- ``r``: A 32 or 64-bit integer register.
- ``[0-9]v``: The 32-bit VGPR register, number 0-9.
- ``[0-9]s``: The 32-bit SGPR register, number 0-9.
- ``[0-9]a``: The 32-bit AGPR register, number 0-9.


All ARM modes:
Expand Down

0 comments on commit b856ff9

Please sign in to comment.