[PATCH] D97374: [RISCV] Support fixed-length vector i2fp/fp2i conversions
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 25 04:24:23 PST 2021
frasercrmck marked an inline comment as done.
frasercrmck added inline comments.
================
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">;
----------------
craig.topper wrote:
> Is this suppposed to be 14.19?
Yep, thanks for catching that
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