[all-commits] [llvm/llvm-project] d23e4f: [RISCV] Add support for fmin/fmax vector reductions
Fraser Cormack via All-commits
all-commits at lists.llvm.org
Mon May 3 02:41:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d23e4f6872c6c19c210efa9fcd19e43942ddf465
https://github.com/llvm/llvm-project/commit/d23e4f6872c6c19c210efa9fcd19e43942ddf465
Author: Fraser Cormack <fraser at codeplay.com>
Date: 2021-05-03 (Mon, 03 May 2021)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.h
M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-reduction-fp.ll
M llvm/test/CodeGen/RISCV/rvv/vreductions-fp-sdnode.ll
Log Message:
-----------
[RISCV] Add support for fmin/fmax vector reductions
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D101518
More information about the All-commits
mailing list