================
@@ -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