[PATCH] D115997: [RISCV] Support strict FP conversion operations.

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 22 07:30:35 PST 2021


luismarques accepted this revision.
luismarques added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoF.td:22-25
-def STD_RISCVFCVT_W_RV64
+def SDT_RISCVFCVT_W_RV64
     : SDTypeProfile<1, 1, [SDTCisVT<0, i64>, SDTCisFP<1>]>;
-def STD_RISCVFCVT_X
     : SDTypeProfile<1, 1, [SDTCisVT<0, XLenVT>, SDTCisFP<1>]>;
----------------
I missed these in D106346 :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115997



More information about the llvm-commits mailing list