[PATCH] D151397: [3/3][RISCV][POC] Model vxrm in C intrinsics for RVV fixed-point instruction vaadd, vasub
Zixuan Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 27 00:42:16 PDT 2023
zixuan-wu added inline comments.
================
Comment at: clang/include/clang/Basic/riscv_vector.td:1734
+ __RISCV_VXRM_RDN = 2,
+ __RISCV_VXRM_ROD = 3,
+};
----------------
I am wondering if we need a dynamic mode enum which representing using current vxrm value?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151397/new/
https://reviews.llvm.org/D151397
More information about the cfe-commits
mailing list