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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 27 23:51:43 PDT 2025


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

Should comment why this is here 

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


More information about the llvm-commits mailing list