[PATCH] D112020: [RISCV] Use clang_builtin_alias for all RISCV vector intrinsics.
Hsiangkai Wang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 20 02:03:21 PDT 2021
HsiangKai accepted this revision.
HsiangKai added a comment.
This revision is now accepted and ready to land.
I ran tests under `clang/test/CodeGen/RISCV/rvv-intrinsics/`. It spent a little more time to run the tests. (previous: 84.01s; apply this patch: 96.43s in my local environment.) We could apply some technic similar to D111617 <https://reviews.llvm.org/D111617> to reduce the header size. I think to reduce the number of RVV builtins is important in the long run.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112020/new/
https://reviews.llvm.org/D112020
More information about the cfe-commits
mailing list