[all-commits] [llvm/llvm-project] b7ab67: [RISCV] New vector load/store in V extension v1.0
Kai Wang via All-commits
all-commits at lists.llvm.org
Thu Jan 21 15:30:53 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b7ab6726b6de9608896fce4372b30b4fd50b0a2a
https://github.com/llvm/llvm-project/commit/b7ab6726b6de9608896fce4372b30b4fd50b0a2a
Author: Hsiangkai Wang <kai.wang at sifive.com>
Date: 2021-01-22 (Fri, 22 Jan 2021)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsRISCV.td
M llvm/lib/Target/RISCV/RISCVInstrFormatsV.td
M llvm/lib/Target/RISCV/RISCVInstrInfoV.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
A llvm/test/CodeGen/RISCV/rvv/vloxei-rv32.ll
A llvm/test/CodeGen/RISCV/rvv/vloxei-rv64.ll
R llvm/test/CodeGen/RISCV/rvv/vlxe-rv32.ll
R llvm/test/CodeGen/RISCV/rvv/vlxe-rv64.ll
A llvm/test/CodeGen/RISCV/rvv/vsoxei-rv32.ll
A llvm/test/CodeGen/RISCV/rvv/vsoxei-rv64.ll
R llvm/test/CodeGen/RISCV/rvv/vsuxe-rv32.ll
R llvm/test/CodeGen/RISCV/rvv/vsuxe-rv64.ll
A llvm/test/CodeGen/RISCV/rvv/vsuxei-rv32.ll
A llvm/test/CodeGen/RISCV/rvv/vsuxei-rv64.ll
R llvm/test/CodeGen/RISCV/rvv/vsxe-rv32.ll
R llvm/test/CodeGen/RISCV/rvv/vsxe-rv64.ll
M llvm/test/MC/RISCV/rvv/aliases.s
M llvm/test/MC/RISCV/rvv/load.s
M llvm/test/MC/RISCV/rvv/store.s
M llvm/test/MC/RISCV/rvv/zvlsseg.s
Log Message:
-----------
[RISCV] New vector load/store in V extension v1.0
Upgrade RISC-V V extension to v1.0-08a0b46.
Indexed load/store have ordered and unordered form.
New whole vector load/store.
Differential Revision: https://reviews.llvm.org/D93614
More information about the All-commits
mailing list