Also include a special case pattern to use vmv.v.x vd, zero when
the argument is 0.0.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D93672
[RISCV] Add intrinsics for vfmv.v.f ClosedPublic Authored by craig.topper on Dec 21 2020, 5:39 PM.
Details Summary Also include a special case pattern to use vmv.v.x vd, zero when
Diff Detail
Event TimelineHerald added subscribers: NickHung, luismarques, apazos and 24 others. · View Herald TranscriptDec 21 2020, 5:39 PM This revision is now accepted and ready to land.Dec 23 2020, 8:19 AM Closed by commit rGe0110a474023: [RISCV] Add intrinsics for vfmv.v.f (authored by craig.topper). · Explain WhyDec 23 2020, 10:54 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 313224 llvm/include/llvm/IR/IntrinsicsRISCV.td
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
llvm/test/CodeGen/RISCV/rvv/vfmv.v.f-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vfmv.v.f-rv64.ll
|