[llvm] Intrinsic: Fix minnum and introduce minimumnum (PR #93373)

YunQiang Su via llvm-commits llvm-commits at lists.llvm.org
Sat May 25 00:48:39 PDT 2024


wzssyqa wrote:

These ports need to update:

1. X86/RISC-V/Hexagon: need to implement `fminnum` follows IEEE754-2008's minNUM about sNaN vs NUM.
2.  ARM32 need to optimize `fminimumnum` like Arm64 with `VMIN/VMIN/VMINNM`.

ARM64/MIPSr6/LoongArch have no TODOs.


https://github.com/llvm/llvm-project/pull/93373


More information about the llvm-commits mailing list