[PATCH] D155193: [LangRef] vscale_range implies the vscale is power-of-two

Allen zhong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 13 18:05:21 PDT 2023


Allen marked 2 inline comments as done.
Allen added inline comments.


================
Comment at: llvm/docs/BitCodeFormat.rst:1095
+  it is not specified. The definition of ``vscale_range`` implies the ``vscale``
+  is power-of-two value.
 
----------------
nikic wrote:
> This change does not affect the bitcode format, no need to modify this file.
reverted, thanks


================
Comment at: llvm/docs/LangRef.rst:2340
+    about the range of vscale. The values of min and max are power-of-two
+    value if the attribute is present.
 ``"nooutline"``
----------------
nikic wrote:
> This just restricts the min and max. You need to specify that vscale itself is a power of two if the attribute is specified.
Apply your comment, thanks


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

https://reviews.llvm.org/D155193



More information about the llvm-commits mailing list