- Add unordered indexed load: vluxei
- Rename existing indexed load/store intrinsics:
vloxe -> vloxei
vsuxe -> vsuxei
vsoxe -> vsoxei
Paths
| Differential D95028
[RISCV] Add intrinsics for vector unordered indexed loads in RVV 1.0 ClosedPublic Authored by arcbbb on Jan 20 2021, 1:13 AM.
Details Summary
vloxe -> vloxei
Diff Detail
Event TimelineHerald added subscribers: NickHung, luismarques, apazos and 24 others. · View Herald TranscriptJan 20 2021, 1:13 AM arcbbb added a parent revision: D93614: [RISCV] New vector load/store in V extension v1.0.Jan 20 2021, 1:15 AM This revision is now accepted and ready to land.Jan 21 2021, 10:33 AM This revision was landed with ongoing or failed builds.Jan 21 2021, 6:43 PM Closed by commit rG976cf53cc7a5: [RISCV] Add intrinsics for vector unordered indexed load in RVV 1.0 (authored by arcbbb). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 318387 llvm/include/llvm/IR/IntrinsicsRISCV.td
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
llvm/test/CodeGen/RISCV/rvv/vluxei-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vluxei-rv64.ll
|