[llvm] [RISCV] Disable fixed length vectors with Zve32* without Zvl64b. (PR #102405)

Fraser Cormack via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 8 01:42:31 PDT 2024


================
@@ -108,6 +108,9 @@ Changes to the RISC-V Backend
   fill value) rather than NOPs.
 * Added Syntacore SCR4 CPUs: ``-mcpu=syntacore-scr4-rv32/64``
 * ``-mcpu=sifive-p470`` was added.
+* Fixed length vector support using RVV instructions now requires VLEN>=64. This
+  mean Zve32x and Zve32f will also require Zvl64b. The prior support was largely
----------------
frasercrmck wrote:

`means`

https://github.com/llvm/llvm-project/pull/102405


More information about the llvm-commits mailing list