[PATCH] D100120: [RISCV][Clang] Add all RVV Mask intrinsic functions.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 8 10:02:06 PDT 2021
craig.topper added a comment.
LGTM other than that inheritance question
================
Comment at: clang/include/clang/Basic/riscv_vector.td:247
+ list<list<string>> suffixes_prototypes> {
+ defm "" : RVVBuiltinSet<intrinsic_name, type_range, suffixes_prototypes, [-1]>;
+}
----------------
Can we use inheritance here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100120/new/
https://reviews.llvm.org/D100120
More information about the llvm-commits
mailing list