[llvm] SelectionDAG: Support FMINIMUMNUM and FMINIMUM in combineMinNumMaxNumImpl (PR #137449)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 3 04:10:19 PST 2026


================
@@ -0,0 +1,91 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6
+; RUN: llc --mtriple=aarch64 --mattr=+fullfp16 < %s | FileCheck  %s --check-prefixes=CHECK,FP16
+; RUN: llc --mtriple=aarch64 --mattr=-fullfp16 < %s | FileCheck  %s --check-prefixes=CHECK,NOFP16
+
+define float @maxf(float %a, float %b) {
----------------
arsenm wrote:

This test passes without any change.

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


More information about the llvm-commits mailing list