llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
28.3k stars 11.68k forks source link

MIPSr5+MSA: Support FMAX/FMIN instructions #90321

Open wzssyqa opened 5 months ago

wzssyqa commented 5 months ago

The baseline of R6 has FMAX/FMIN instructions, while R5 doesn't have. For R5, if we have MSA, we can use FMAX/FMIN from MSA.

Cyanoxygen commented 5 months ago

Please assign this to me as well.

llvmbot commented 5 months ago

@llvm/issue-subscribers-backend-mips

Author: YunQiang Su (wzssyqa)

The baseline of R6 has FMAX/FMIN instructions, while R5 doesn't have. For R5, if we have MSA, we can use FMAX/FMIN from MSA.