llvm::parseDenormalFPAttribute

Returns the denormal mode to use for inputs and outputs.

Synopsis

Declared in <llvm/ADT/FloatingPointMode.h>

DenormalMode
parseDenormalFPAttribute(StringRef Str);

Return Value

Parsed output and input denormal modes.

Parameters

NameDescription
StrFull denormal-fp-math attribute value to parse.