We already do this for RISCVISD::VFMV_S_F_VL and the vfmv.v.f
intrinsic.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D121429
[RISCV] Optimize vfmv.s.f intrinisc with scalar 0.0 to vmv.s.x with x0. ClosedPublic Authored by craig.topper on Mar 10 2022, 5:04 PM.
Details Summary We already do this for RISCVISD::VFMV_S_F_VL and the vfmv.v.f
Diff Detail
Event TimelineHerald added subscribers: VincentWu, luke957, achieveartificialintelligence and 24 others. · View Herald Transcript This revision is now accepted and ready to land.Mar 10 2022, 5:53 PM Closed by commit rGd0969e485c16: [RISCV] Optimize vfmv.s.f intrinsic with scalar 0.0 to vmv.s.x with x0. (authored by craig.topper). · Explain WhyMar 11 2022, 10:05 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 414691 llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
llvm/test/CodeGen/RISCV/rvv/vfmv.s.f.ll
|