MLIR 22.0.0git
DataLayoutImporter.cpp File Reference

Go to the source code of this file.

Functions

template<class T>
static FailureOr< SmallVector< T > > tryToParseIntListImpl (StringRef token)

Variables

static constexpr StringRef kDefaultDataLayout
 The default data layout used during the translation.

Function Documentation

◆ tryToParseIntListImpl()

template<class T>
FailureOr< SmallVector< T > > tryToParseIntListImpl ( StringRef token)
static

Definition at line 67 of file DataLayoutImporter.cpp.

References result.

Variable Documentation

◆ kDefaultDataLayout

StringRef kDefaultDataLayout
staticconstexpr
Initial value:
=
"e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-"
"f16:16:16-f64:64:64-f128:128:128"

The default data layout used during the translation.

Definition at line 24 of file DataLayoutImporter.cpp.