[PATCH] D97374: [RISCV] Support fixed-length vector i2fp/fp2i conversions
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 24 13:25:19 PST 2021
craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.
LGTM other than that one comment.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td:867
+ // 14.9 Narrowing Floating-Point/Integer Type-Convert Instructions
+ defm "" : VPatNConvertFP2ISDNode_V_VL<riscv_fp_to_sint_vl, "PseudoVFNCVT_RTZ_X_F_W">;
----------------
Is this suppposed to be 14.19?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97374/new/
https://reviews.llvm.org/D97374
More information about the llvm-commits
mailing list