[PATCH] D100266: [RISCV][Clang] Add vmv and vfmv series intrinsic functions.
Jim Lin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 12 18:39:04 PDT 2021
Jim added inline comments.
================
Comment at: clang/include/clang/Basic/riscv_vector.td:1217
+ defm vmv_x : RVVOp0BuiltinSet<"vmv_x_s", "csil",
+ [["s", "ve", "ev"],
+ ["s", "UvUe", "UeUv"]]>;
----------------
Indent
================
Comment at: clang/include/clang/Basic/riscv_vector.td:1221
+ defm vmv_s : RVVOutBuiltinSet<"vmv_s_x", "csil",
+ [["x", "v", "vve"],
+ ["x", "Uv", "UvUvUe"]]>;
----------------
Indent
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100266/new/
https://reviews.llvm.org/D100266
More information about the cfe-commits
mailing list