[PATCH] D93446: [RISCV] Add vadd with mask and without mask builtin.
Jim Lin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 17 01:12:25 PST 2021
Jim added inline comments.
================
Comment at: clang/lib/Basic/Targets/RISCV.cpp:89
+#define BUILTIN(ID, TYPE, ATTRS) \
+ {#ID, TYPE, ATTRS, nullptr, ALL_LANGUAGES, nullptr},
+#include "clang/Basic/BuiltinsRISCV.def"
----------------
Should it put together with `getTargetBuiltins` function?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93446/new/
https://reviews.llvm.org/D93446
More information about the llvm-commits
mailing list