MaskRay added inline comments.

================
Comment at: clang/docs/ReleaseNotes.rst:844
   take architecture extensions from ``-march`` if both are given.
+- Added -rvv-vector-bits= option to give an upper bound on vector length. Valid
+  values are powers of 2 between 64 and 65536. We also accept "zvl" to use
----------------



================
Comment at: clang/include/clang/Driver/Options.td:3588
+           " vector length agnostic value of \"scalable\". Also accepts 
\"zvl\""
+           " to use the value implied by -march/-mcpu. (RISC-V only)">;
 
----------------
Conform to the majority style, not the few exceptions


================
Comment at: clang/test/Driver/riscv-rvv-vector-bits.c:5
+
+// RUN: %clang -c %s -### -target riscv64-linux-gnu -march=rv64gc_zve64x \
+// RUN:  -mrvv-vector-bits=128 2>&1 | FileCheck --check-prefix=CHECK-128 %s
----------------
`--target=`

`-target ` is legacy.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142144

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to