[llvm] AArch64: Add FMINNUM_IEEE and FMAXNUM_IEEE support (PR #107855)

YunQiang Su via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 6 09:24:18 PDT 2024


================
@@ -0,0 +1,190 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc --mtriple=aarch64 --mattr=+fullfp16 < %s | FileCheck %s --check-prefix=AARCH64
+
+define <2 x double> @max_nnan_v2f64(<2 x double> %a, <2 x double> %b) {
----------------
wzssyqa wrote:

For cases without nnan, we cannot add them now, since they depends on fcanonicalize.
I will add them with https://github.com/llvm/llvm-project/pull/104429.

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


More information about the llvm-commits mailing list