[PATCH] D147935: [RISCV] Add SiFive extension support
Alex Bradbury via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 11 04:51:34 PDT 2023
asb added inline comments.
================
Comment at: clang/include/clang/Support/RISCVVIntrinsicUtils.h:465
RVV_REQ_FullMultiply = 1 << 1,
+ RVV_REQ_xsfvcp = 1 << 2,
----------------
Nit: It would better match the surrounding capitalisation to call this RVV_REQ_Xsfvcp
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147935/new/
https://reviews.llvm.org/D147935
More information about the cfe-commits
mailing list