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

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 28 09:19:43 PDT 2023


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInsertReadWriteCSR.cpp:78
+
+        // The value '7' is a hint to this pass to not alter the frm value.
+        if (FRMImm == RISCVFPRndMode::DYN)
----------------
Don't write 7 here


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