This patch defines vrgather intrinsics and lower to V instructions.
We work with @rogfer01 from BSC to come out this patch.
Authored-by: Roger Ferrer Ibanez <rofirrim@gmail.com>
Co-Authored-by: ShihPo Hung <shihpo.hung@sifive.com>
Paths
| Differential D93797
[RISCV] Add intrinsics for vrgather instruction ClosedPublic Authored by arcbbb on Dec 24 2020, 1:14 AM.
Details Summary This patch defines vrgather intrinsics and lower to V instructions. 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, 1:14 AM This revision is now accepted and ready to land.Dec 24 2020, 12:24 PM Closed by commit rG912740a864fe: [RISCV] Add intrinsics for vrgather instruction (authored by arcbbb). · Explain WhyDec 24 2020, 6:24 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 313706 llvm/include/llvm/IR/IntrinsicsRISCV.td
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
llvm/test/CodeGen/RISCV/rvv/vrgather-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vrgather-rv64.ll
|