[llvm] AArch64: Set FMAXIMUMNUM and FMINIMUMNUM as Promote if not fullfp16 (PR #135708)
YunQiang Su via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 15 02:19:46 PDT 2025
================
@@ -0,0 +1,28 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=aarch64 -verify-machineinstrs %s -o - | FileCheck %s
----------------
wzssyqa wrote:
Thanks. I noticed that we have another testcase `llvm/test/CodeGen/AArch64/fp-maximumnum-minimumnum.ll` that we can just add new test command into it.
https://github.com/llvm/llvm-project/pull/135708
More information about the llvm-commits
mailing list