[PATCH] D93446: [RISCV] Add vadd with mask and without mask builtin.
Hsiangkai Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 16 23:30:43 PST 2021
HsiangKai added inline comments.
================
Comment at: clang/include/clang/Basic/DiagnosticSemaKinds.td:11127
+def err_riscvv_builtin_not_useable : Error<
+ "builtin requires 'V' extension support to be enabled">;
} // end of sema component.
----------------
Jim wrote:
> Add blank line.
> Is it "err_riscvv_builtin_not_enabled"?
I use the name that is defined in BSC version. It makes sense to me that it means "the risc-v V builtins are not useable."
@rogfer01, do you have any opinion on it?
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