[PATCH] D154628: [1/8][RISCV] Add rounding mode control variant for vfsub, vfrsub
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 10 11:14:09 PDT 2023
craig.topper added inline comments.
================
Comment at: clang/lib/Sema/SemaChecking.cpp:4813
case RISCVVector::BI__builtin_rvv_vfadd_vf_rm_ta:
+ case RISCVVector::BI__builtin_rvv_vfsub_vv_rm_ta:
+ case RISCVVector::BI__builtin_rvv_vfsub_vf_rm_ta:
----------------
This needs to rebased after removing _ta?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154628/new/
https://reviews.llvm.org/D154628
More information about the cfe-commits
mailing list