[llvm] AArch64: Add FMINNUM_IEEE and FMAXNUM_IEEE support (PR #107855)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 30 09:56:53 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) {
----------------
arsenm wrote:
Should test with and without nnan flag. Also should test some illegal vector widths, particularly 3 x and multiples of the legal vector sizes
https://github.com/llvm/llvm-project/pull/107855
More information about the llvm-commits
mailing list