[llvm] expandFMINIMUMNUM_FMAXIMUMNUM: Quiet is not needed for NaN vs NaN (PR #139237)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri May 23 01:19:42 PDT 2025


================
@@ -1,5 +1,6 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
 ; RUN: llc --mtriple=mipsisa32r6 < %s | FileCheck %s --check-prefix=MIPS32R6
+; RUN: llc --mtriple=mips64 < %s | FileCheck %s --check-prefix=MIPS64R2
----------------
arsenm wrote:

Should precommit the addition of a new run line, I'm not sure if I'm observing the codegen change or not 

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


More information about the llvm-commits mailing list