[PATCH] D100266: [RISCV][Clang] Add vmv and vfmv series intrinsic functions.
Zakk Chen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 12 08:16:10 PDT 2021
khchen added inline comments.
================
Comment at: clang/include/clang/Basic/riscv_vector.td:1001
+ ["x", "Uv", "UvUe"]]>;
+}
----------------
Jim wrote:
> I am not sure that indent is needed inside let expression. In some cases, it don't have indent.
I keep the indent because it seems like no rule for it.
ref. https://github.com/llvm-project/llvm/blob/master/lib/Target/AArch64/AArch64InstrInfo.td#L705-L735
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