[clang] [flang] [llvm] [mlir] [LLVM] Remove "no-nans-fp-math" attribute support (PR #186285)
Nikita Popov via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 13 01:14:53 PDT 2026
================
@@ -8,10 +8,10 @@
; RUN: llc < %s -mtriple=mipsel-linux-gnu -mcpu=mips32 | FileCheck %s
; RUN: llc < %s -mtriple=mipsel-linux-gnu -mcpu=mips32r2 | FileCheck %s
-; RUN: llc < %s -mtriple=mipsel-linux-gnu -mcpu=mips32 -enable-no-nans-fp-math | FileCheck %s
+; RUN: llc < %s -mtriple=mipsel-linux-gnu -mcpu=mips32 | FileCheck %s
----------------
nikic wrote:
Same
https://github.com/llvm/llvm-project/pull/186285
More information about the cfe-commits
mailing list