[PATCH] D123975: [RISCV] Add rvv codegen support for vp.fpext.
Jianjian Guan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 25 00:41:04 PDT 2022
jacquesguan added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:3277
-
- SDValue Extend = getRVVFPExtendOrRound(IntermediateExtend, VT, ContainerVT,
- DL, DAG, Subtarget);
----------------
frasercrmck wrote:
> You've removed the last use of `getRVVFPExtendOrRound` here, haven't you?
Done, I removed the decleration.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123975/new/
https://reviews.llvm.org/D123975
More information about the llvm-commits
mailing list