[PATCH] D154629: [2/8][RISCV] Add rounding mode control variant for vfwadd, vfwsub
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 10 12:26:05 PDT 2023
craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfo.cpp:2515
+ return nullptr;
case CASE_WIDEOP_OPCODE_LMULS_MF4(FWADD_WV):
+ case CASE_WIDEOP_OPCODE_LMULS_MF4(FWSUB_WV): {
----------------
This conflicts with D154245
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154629/new/
https://reviews.llvm.org/D154629
More information about the cfe-commits
mailing list