[llvm] [ARM] Remove `UnsafeFPMath` uses (PR #151275)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 31 08:23:06 PDT 2025
================
@@ -13,7 +13,7 @@
; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a8 -regalloc=basic %s -o - \
; RUN: | FileCheck %s -check-prefix=A8
-; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a8 --enable-unsafe-fp-math %s -o - \
+; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a8 --enable-unsafe-fp-math %s -o - \
----------------
arsenm wrote:
The denormal FP mode and a DAZ fast math flag are orthogonal things
https://github.com/llvm/llvm-project/pull/151275
More information about the llvm-commits
mailing list