Lines Matching full:lowering
1 //====- LowerToLLVM.cpp - Lowering from Toy+Affine+Std to LLVM ------------===//
9 // This file implements full lowering of Toy operations to LLVM MLIR dialect.
198 // final target for this lowering. For this lowering, we are only targeting
203 // During this lowering, we will also be lowering the MemRef types, that are
205 // conversion we use a TypeConverter as part of the lowering. This converter
211 // patterns used for lowering. At this point of the compilation process, we
214 // dialects. These patterns lowering in multiple stages, relying on transitive
215 // lowerings. Transitive lowering, or A->B->C lowering, is when multiple
238 /// Create a pass for lowering operations the remaining `Toy` operations, as