[all-commits] [llvm/llvm-project] d6b1b9: [RISCV] Support fmaximum/fminimum for fp16 vector ...
Jim Lin via All-commits
all-commits at lists.llvm.org
Tue Sep 26 22:02:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d6b1b998a0f26e87d521674d686557b9356bb8c6
https://github.com/llvm/llvm-project/commit/d6b1b998a0f26e87d521674d686557b9356bb8c6
Author: Jim Lin <jim at andestech.com>
Date: 2023-09-27 (Wed, 27 Sep 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fmaximum.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fminimum.ll
M llvm/test/CodeGen/RISCV/rvv/fmaximum-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/fminimum-sdnode.ll
Log Message:
-----------
[RISCV] Support fmaximum/fminimum for fp16 vector when only Zvfhmin enabled (#67393)
This patch promotes fmaximum/fminimum for fp16 vector to float
operation.
More information about the All-commits
mailing list