[PATCH] D106633: [RISCV][Docs] Add description about inline asm constraint for V.

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 31 15:01:18 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGee3aef93b736: [RISCV][Docs] Add description about inline asm constraint for V. (authored by HsiangKai).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106633/new/

https://reviews.llvm.org/D106633

Files:
  llvm/docs/LangRef.rst


Index: llvm/docs/LangRef.rst
===================================================================
--- llvm/docs/LangRef.rst
+++ llvm/docs/LangRef.rst
@@ -4779,6 +4779,8 @@
 - ``f``: A 32- or 64-bit floating-point register (requires F or D extension).
 - ``r``: A 32- or 64-bit general-purpose register (depending on the platform
   ``XLEN``).
+- ``vr``: A vector register. (requires V extension).
+- ``vm``: A vector mask register. (requires V extension).
 
 Sparc:
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106633.363322.patch
Type: text/x-patch
Size: 467 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210731/b3641275/attachment.bin>


More information about the llvm-commits mailing list