It is a new instruction introduced in RISCV-V extension 1.0,
and therefore depends on D93613.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Paths
| Differential D95014
[RISCV] Add intrinsics for vrgatherei16 instruction ClosedPublic Authored by arcbbb on Jan 19 2021, 6:22 PM.
Details Summary It is a new instruction introduced in RISCV-V extension 1.0,
Diff Detail
Unit TestsFailed Event TimelineHerald added subscribers: frasercrmck, luismarques, apazos and 20 others. · View Herald TranscriptJan 19 2021, 6:22 PM arcbbb added a parent revision: D93613: [RISCV] Add new V instructions and aliases in v1.0-08a0b46..Jan 19 2021, 11:07 PM arcbbb retitled this revision from [WIP] Add intrinsics for vrgatherei16 instruction to [RISCV] Add intrinsics for vrgatherei16 instruction. Herald added subscribers: NickHung, benna, psnobl and 2 others. · View Herald TranscriptJan 19 2021, 11:12 PM This revision is now accepted and ready to land.Jan 20 2021, 10:45 AM This revision was landed with ongoing or failed builds.Jan 21 2021, 6:43 PM Closed by commit rGbea661d9a52f: [RISCV] Add intrinsics for RVV 1.0 vrgatherei16 (authored by arcbbb). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 317780 llvm/include/llvm/IR/IntrinsicsRISCV.td
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
llvm/test/CodeGen/RISCV/rvv/vrgatherei16-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vrgatherei16-rv64.ll
|