[PATCH] D93359: [RISCV] Define vle/vse intrinsics.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 15 22:27:12 PST 2020


craig.topper added inline comments.


================
Comment at: llvm/include/llvm/IR/IntrinsicsRISCV.td:205
+  foreach eew = [8, 16, 32, 64] in {
+    defm "vle" # eew: RISCVUSLoad;
+    defm "vse" # eew: RISCVUSStore;
----------------
Do we really need a separate intrinsic for each eew? Can't we infer eew from the element type of the result?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93359



More information about the llvm-commits mailing list