Define vwredsumu/vwredsum/vfwredosum/vfwredsum
We work with @rogfer01 from BSC to come out this patch.
Authored-by: Roger Ferrer Ibanez <rofirrim@gmail.com>
Co-Authored-by: Zakk Chen <zakk.chen@sifive.com>
Paths
| Differential D93807
[RISCV] Define vector widening reduction intrinsic. ClosedPublic Authored by monkchiang on Dec 24 2020, 6:12 PM.
Details Summary Define vwredsumu/vwredsum/vfwredosum/vfwredsum We work with @rogfer01 from BSC to come out this patch. Authored-by: Roger Ferrer Ibanez <rofirrim@gmail.com>
Diff Detail
Event TimelineHerald added subscribers: NickHung, luismarques, apazos and 24 others. · View Herald TranscriptDec 24 2020, 6:12 PM This revision is now accepted and ready to land.Dec 25 2020, 12:54 PM Closed by commit rG622ea9cf74bc: [RISCV] Define vector widening reduction intrinsic. (authored by monkchiang). · Explain WhyDec 26 2020, 5:43 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 313745 llvm/include/llvm/IR/IntrinsicsRISCV.td
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
llvm/test/CodeGen/RISCV/rvv/vfwredosum-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vfwredosum-rv64.ll
llvm/test/CodeGen/RISCV/rvv/vfwredsum-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vfwredsum-rv64.ll
|
Why are theses tests only covering lmul=8? And why is f32->f64 missing from the rv32 tests? Sorry I missed this in my original review. I trusted the script too much.