MLIR  19.0.0git
Classes | Namespaces
WideIntEmulationConverter.h File Reference
#include "mlir/Transforms/DialectConversion.h"

Go to the source code of this file.

Classes

class  mlir::arith::WideIntEmulationConverter
 Converts integer types that are too wide for the target by splitting them in two halves and thus turning into supported ones, i.e., i2*N --> iN, where N is the widest integer bitwidth supported by the target. More...
 

Namespaces

 mlir
 Include the generated interface declarations.
 
 mlir::arith