[all-commits] [llvm/llvm-project] b51513: [RISCV] Merge rv32/rv64 vector reduction intrinsic...
Jim Lin via All-commits
all-commits at lists.llvm.org
Tue Jul 11 04:06:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b51513308898e548db24d89f9a30fe590d639f66
https://github.com/llvm/llvm-project/commit/b51513308898e548db24d89f9a30fe590d639f66
Author: Jim Lin <jim at andestech.com>
Date: 2023-07-11 (Tue, 11 Jul 2023)
Changed paths:
R llvm/test/CodeGen/RISCV/rvv/vredand-rv32.ll
R llvm/test/CodeGen/RISCV/rvv/vredand-rv64.ll
A llvm/test/CodeGen/RISCV/rvv/vredand.ll
R llvm/test/CodeGen/RISCV/rvv/vredmax-rv32.ll
R llvm/test/CodeGen/RISCV/rvv/vredmax-rv64.ll
A llvm/test/CodeGen/RISCV/rvv/vredmax.ll
R llvm/test/CodeGen/RISCV/rvv/vredmaxu-rv32.ll
R llvm/test/CodeGen/RISCV/rvv/vredmaxu-rv64.ll
A llvm/test/CodeGen/RISCV/rvv/vredmaxu.ll
R llvm/test/CodeGen/RISCV/rvv/vredmin-rv32.ll
R llvm/test/CodeGen/RISCV/rvv/vredmin-rv64.ll
A llvm/test/CodeGen/RISCV/rvv/vredmin.ll
R llvm/test/CodeGen/RISCV/rvv/vredminu-rv32.ll
R llvm/test/CodeGen/RISCV/rvv/vredminu-rv64.ll
A llvm/test/CodeGen/RISCV/rvv/vredminu.ll
R llvm/test/CodeGen/RISCV/rvv/vredor-rv32.ll
R llvm/test/CodeGen/RISCV/rvv/vredor-rv64.ll
A llvm/test/CodeGen/RISCV/rvv/vredor.ll
R llvm/test/CodeGen/RISCV/rvv/vredsum-rv32.ll
R llvm/test/CodeGen/RISCV/rvv/vredsum-rv64.ll
A llvm/test/CodeGen/RISCV/rvv/vredsum.ll
R llvm/test/CodeGen/RISCV/rvv/vredxor-rv32.ll
R llvm/test/CodeGen/RISCV/rvv/vredxor-rv64.ll
A llvm/test/CodeGen/RISCV/rvv/vredxor.ll
Log Message:
-----------
[RISCV] Merge rv32/rv64 vector reduction intrinsic tests that have the same content. NFC.
More information about the All-commits
mailing list