frasercrmck accepted this revision. frasercrmck added a comment. This revision is now accepted and ready to land.
LGTM. Anything else would be wondering if it can be merged/genericised with Arm somehow but that's not a blocker. ================ Comment at: clang/include/clang/Basic/AttrDocs.td:2141 +in RVV builtins, and still be recognized as clang builtins equivalent to the +underlying name. For example, ``riscv_vector.h`` declares the function ``vget`` with +``__attribute__((__clang_riscv_builtin_alias(__builtin_rvv_vget_i8mf8x2_i8mf8)))``. ---------------- HsiangKai wrote: > frasercrmck wrote: > > Is `vget` real? I can't see it in `riscv_vector.h` > Yes, it is for Zvlsseg. I have not upstreamed it. I use `vadd` instead in the > description. Ah, great. I think `vadd`'s a good example. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D100611/new/ https://reviews.llvm.org/D100611 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits