Add patterns for vector widening floating-point reduction instructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Paths
| Differential D120390
[RISCV] Add patterns for vector widening floating-point reduction instructions. ClosedPublic Authored by jacquesguan on Feb 22 2022, 11:39 PM.
Details Summary Add patterns for vector widening floating-point reduction instructions.
Diff Detail
Unit TestsFailed Event TimelineHerald added subscribers: VincentWu, luke957, achieveartificialintelligence and 24 others. · View Herald TranscriptFeb 22 2022, 11:39 PM
This revision is now accepted and ready to land.Mar 7 2022, 10:19 AM This revision was landed with ongoing or failed builds.Mar 7 2022, 6:54 PM Closed by commit rGe55b9b0d0a83: [RISCV] Add patterns for vector widening floating-point reduction instructions. (authored by jacquesguan). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 413340 llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-reduction-fp.ll
llvm/test/CodeGen/RISCV/rvv/vreductions-fp-sdnode.ll
|
Why do we check oneuse for fpext but not for riscv_fpextend_vl? Looks like we were inconsistent on this for integer too.