[PATCH] D80802: [RISCV] Upgrade RVV MC to v0.9.

Evandro Menezes via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 4 13:16:17 PDT 2020


evandro added a comment.

Again, the `clang` part should be split in another patch and be made a child of D81188 <https://reviews.llvm.org/D81188>.



================
Comment at: llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp:297
+    LMUL_F8 = 5,
+    LMUL_F4 = 6,
+    LMUL_F2 = 7
----------------
This and the next value don't need to be specified.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80802





More information about the cfe-commits mailing list