[PATCH] D148223: [SiFive] Support C intrinsics for xsfvcp extension.

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 13 19:32:15 PDT 2023


craig.topper added inline comments.


================
Comment at: clang/include/clang/Basic/riscv_vector.td:2422
+          // Log2LMUL to zero.  Otherwise the RISCVVEmitter will expand
+          // lots of redunant intrinsic but have same names.
+	  let Log2LMUL = [0] in
----------------
redundant*


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148223



More information about the cfe-commits mailing list