[PATCH] D152996: [RISCV][POC] Model frm control for vfadd

Yueh-Ting (eop) Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 12 10:39:54 PDT 2023


eopXD added inline comments.


================
Comment at: clang/lib/Sema/SemaChecking.cpp:4816
+  case RISCVVector::BI__builtin_rvv_vfadd_vf_rm_tu:
+  case RISCVVector::BI__builtin_rvv_vfadd_vv_rm_tama:
+  case RISCVVector::BI__builtin_rvv_vfadd_vf_rm_tama:
----------------
craig.topper wrote:
> not related to this patch, but the tama here doesn't match the intrinsic naming.
Just created https://reviews.llvm.org/D155102, will rebase the patch after these frm patches lands.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152996/new/

https://reviews.llvm.org/D152996



More information about the cfe-commits mailing list