[PATCH] D100266: [RISCV][Clang] Add vmv and vfmv series intrinsic functions.
Jim Lin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 11 23:35:58 PDT 2021
Jim added a reviewer: Jim.
Jim added inline comments.
================
Comment at: clang/include/clang/Basic/riscv_vector.td:993
+ defm vmv_v : RVVOutBuiltinSet<"vmv_v_v", "csil",
+ [["v", "Uv", "UvUv"]]>;
+ defm vmv_v : RVVOutBuiltinSet<"vmv_v_v", "csilfd",
----------------
And below.
================
Comment at: clang/include/clang/Basic/riscv_vector.td:1001
+ ["x", "Uv", "UvUe"]]>;
+}
----------------
I am not sure that indent is needed inside let expression. In some cases, it don't have 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