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

Kito Cheng via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 24 06:01:42 PST 2023


kito-cheng added a comment.

Agree with @jrtc27 about the test function name, we could keep the function name in the test file, that's also reduce lots of diff which is not really necessary.

e.g.
`vint8mf8_t test_vaadd_vv_i8mf8(vint8mf8_t op1, vint8mf8_t op2, size_t vl)` keep same name rather than rename to `vint8mf8_t test___riscv_vaadd_vv_i8mf8(vint8mf8_t op1, vint8mf8_t op2, size_t vl)`


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