[PATCH] D100611: [RISCV] Add new attribute __clang_riscv_builtin_alias for intrinsics.

Kito Cheng via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 15 19:48:45 PDT 2021


kito-cheng added inline comments.


================
Comment at: clang/test/CodeGen/RISCV/riscv-attr-builtin-alias.c:9
+#define __rvv_generic \
+static inline __attribute__((__always_inline__, __nodebug__, __overloadable__))
+
----------------
I guess this is not needed anymore? or at least could be reduced?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100611/new/

https://reviews.llvm.org/D100611



More information about the cfe-commits mailing list