[PATCH] D142085: [Clang][RISCV] Add `__riscv_` prefix for all RVV intrinsics

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 19 22:56:25 PST 2023


craig.topper added inline comments.


================
Comment at: clang/include/clang/Basic/riscv_vector.td:1535
 enum RVV_CSR {
   RVV_VSTART = 0,
   RVV_VXSAT,
----------------
Not related to this patch, but this enum should probably be using double underscores for its names.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142085



More information about the cfe-commits mailing list