[PATCH] D66302: [SVE][Inline-Asm] Support for SVE asm operands

Sander de Smalen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 16 02:29:34 PDT 2019


sdesmalen added a comment.

Thanks for this change @kmclaughlin.



================
Comment at: docs/LangRef.rst:3816
+- ``x``: Like w, but restricted to registers 0 to 15 inclusive.
+- ``y``: Like w, but restricted to registers 0 to 7 inclusive.
 
----------------
I noticed this comment does not match the code below, since `y` only seems to work for scalable vectors, which probably shows this case is missing a test.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D66302





More information about the cfe-commits mailing list