[llvm] [ARM] Remove `UnsafeFPMath` uses (PR #151275)

David Green via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 14 12:00:16 PDT 2025


================
@@ -186,6 +186,9 @@ class ARMSubtarget : public ARMGenSubtargetInfo {
   /// IsLittle - The target is Little Endian
   bool IsLittle;
 
+  /// DM - Denormal mode
+  DenormalMode DM;
----------------
davemgreen wrote:

If this subtarget/HasNEONForFP part is separable and can be committed on its own it would help simplify what remains.

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


More information about the llvm-commits mailing list