Define vlxe/vsxe intrinsics and lower to vlxei<EEW>/vsxei<EEW> instructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D93471
[RISCV] Define vlxe/vsxe/vsuxe intrinsics. ClosedPublic Authored by khchen on Dec 17 2020, 10:25 AM.
Details Summary Define vlxe/vsxe intrinsics and lower to vlxei<EEW>/vsxei<EEW> instructions.
Diff Detail
Event TimelineHerald added subscribers: NickHung, luismarques, apazos and 24 others. · View Herald TranscriptDec 17 2020, 10:25 AM This revision is now accepted and ready to land.Dec 18 2020, 1:53 PM This revision was landed with ongoing or failed builds.Dec 19 2020, 6:52 AM Closed by commit rG9cf3b1b66650: [RISCV] Define vlxe/vsxe/vsuxe intrinsics. (authored by khchen). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 312937 llvm/include/llvm/IR/IntrinsicsRISCV.td
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
llvm/test/CodeGen/RISCV/rvv/vlxe-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vlxe-rv64.ll
llvm/test/CodeGen/RISCV/rvv/vsuxe-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vsuxe-rv64.ll
llvm/test/CodeGen/RISCV/rvv/vsxe-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vsxe-rv64.ll
|
stride here should be index?