[all-commits] [llvm/llvm-project] 94f6b6: [SelectionDAG][RISCV] Promote VECREDUCE_{FMAX, FMIN...
Jim Lin via All-commits
all-commits at lists.llvm.org
Fri Feb 28 07:13:52 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 94f6b6d5389cc53a585e55ef3a7e4173c89ae05b
https://github.com/llvm/llvm-project/commit/94f6b6d5389cc53a585e55ef3a7e4173c89ae05b
Author: Jim Lin <jim at andestech.com>
Date: 2025-02-28 (Fri, 28 Feb 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
A llvm/test/CodeGen/RISCV/rvv/vreductions-fp-sdnode-bf16.ll
A llvm/test/CodeGen/RISCV/rvv/vreductions-fp-sdnode-f16.ll
A llvm/test/CodeGen/RISCV/rvv/vreductions-fp-vp-bf16.ll
A llvm/test/CodeGen/RISCV/rvv/vreductions-fp-vp-f16.ll
Log Message:
-----------
[SelectionDAG][RISCV] Promote VECREDUCE_{FMAX,FMIN,FMAXIMUM,FMINIMUM} (#128800)
This patch also adds the tests for VP_REDUCE_{FMAX,FMIN,FMAXIMUM,FMINIMUM}, which have been supported for a while.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list