[PATCH] D147935: [RISCV] Add SiFive extension support
Brandon Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 13 06:10:29 PDT 2023
4vtomat added a comment.
In D147935#4259687 <https://reviews.llvm.org/D147935#4259687>, @craig.topper wrote:
> Is there a different patch with the .td for these intrinsics?
Yes, it's in this patch: D148223 <https://reviews.llvm.org/D148223>
================
Comment at: clang/include/clang/Support/RISCVVIntrinsicUtils.h:465
RVV_REQ_FullMultiply = 1 << 1,
+ RVV_REQ_xsfvcp = 1 << 2,
----------------
asb wrote:
> Nit: It would better match the surrounding capitalisation to call this RVV_REQ_Xsfvcp
Got it! Thanks!
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