[all-commits] [llvm/llvm-project] 4d4794: [RISCV] Define the vfmin, vfmax RVV intrinsics
Evandro Menezes via All-commits
all-commits at lists.llvm.org
Tue Dec 22 22:32:56 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4d479443934aedb9d93725ca54bdbed52ed14baf
https://github.com/llvm/llvm-project/commit/4d479443934aedb9d93725ca54bdbed52ed14baf
Author: Evandro Menezes <evandro.menezes at sifive.com>
Date: 2020-12-23 (Wed, 23 Dec 2020)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsRISCV.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
A llvm/test/CodeGen/RISCV/rvv/vfmax-rv32.ll
A llvm/test/CodeGen/RISCV/rvv/vfmax-rv64.ll
A llvm/test/CodeGen/RISCV/rvv/vfmin-rv32.ll
A llvm/test/CodeGen/RISCV/rvv/vfmin-rv64.ll
Log Message:
-----------
[RISCV] Define the vfmin, vfmax RVV intrinsics
Define the vfmin, vfmax IR intrinsics for the respective V instructions.
Authored-by: Roger Ferrer Ibanez <rofirrim at gmail.com>
Co-Authored-by: Evandro Menezes <evandro.menezes at sifive.com>
Differential Revision: https://reviews.llvm.org/D93673
More information about the All-commits
mailing list