[PATCH] D93446: [RISCV] Add vadd with mask and without mask builtin.

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 24 15:32:52 PST 2021


HsiangKai added a comment.

D95016 <https://reviews.llvm.org/D95016> focuses on the Clang RVV builtin generator and it depends on this commit. I know it is clumsy to list the combinations for vadd plainly, but it is a simple way to demonstrate how to add RVV builtins in Clang. Could we accept this patch and D92715 <https://reviews.llvm.org/D92715> first if there is no concern about these two patches?


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