|
MLIR
22.0.0git
|
#include <numeric>#include <optional>#include "mlir/Conversion/VectorToSCF/VectorToSCF.h"#include "mlir/Dialect/Affine/IR/AffineOps.h"#include "mlir/Dialect/Arith/IR/Arith.h"#include "mlir/Dialect/MemRef/IR/MemRef.h"#include "mlir/Dialect/SCF/IR/SCF.h"#include "mlir/Dialect/Vector/IR/VectorOps.h"#include "mlir/Dialect/Vector/Transforms/LoweringPatterns.h"#include "mlir/Dialect/Vector/Transforms/VectorTransforms.h"#include "mlir/Dialect/Vector/Utils/VectorUtils.h"#include "mlir/IR/Builders.h"#include "mlir/Pass/Pass.h"#include "mlir/Transforms/GreedyPatternRewriteDriver.h"#include "llvm/ADT/STLExtras.h"#include "mlir/Conversion/Passes.h.inc"Go to the source code of this file.
Namespaces | |
| mlir | |
| Include the generated interface declarations. | |
| lowering_n_d | |
| lowering_n_d_unrolled | |
| lowering_1_d | |
Macros | |
| #define | GEN_PASS_DEF_CONVERTVECTORTOSCF |
| #define GEN_PASS_DEF_CONVERTVECTORTOSCF |
Definition at line 32 of file VectorToSCF.cpp.