Return the name used for the denormal handling mode used by the expected names from the denormal‐fp‐math attribute.
Synopsis
Declared in <llvm/ADT/FloatingPointMode.h>
constexpr
StringRef
denormalModeKindName(
DenormalMode::DenormalModeKind Mode,
bool LegacyName = true);
Return Value
Attribute‐style name for Mode, or empty if Invalid.
Parameters
Name |
Description |
Mode |
Denormal mode kind to name. |
LegacyName |
Prefer hyphenated attribute names when true. |
Created with MrDocs