[llvm] AArch64: Add FMINNUM_IEEE and FMAXNUM_IEEE support (PR #107855)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 15 05:22:27 PDT 2024
================
@@ -0,0 +1,125 @@
+; 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_v2f64(<2 x double> %a, <2 x double> %b) {
----------------
arsenm wrote:
All of these tests have nnan, but nnan is not mentioned in the name. need nnan and no-nnan variants of the tests
https://github.com/llvm/llvm-project/pull/107855
More information about the llvm-commits
mailing list