Home
last modified time | relevance | path

Searched refs:TestDecomposeAffineOps (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/test/lib/Dialect/Affine/
H A DTestDecomposeAffineOps.cpp28 struct TestDecomposeAffineOps struct
29 : public PassWrapper<TestDecomposeAffineOps, OperationPass<func::FuncOp>> {
30 MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TestDecomposeAffineOps) in MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID() argument
36 TestDecomposeAffineOps() = default;
37 TestDecomposeAffineOps(const TestDecomposeAffineOps &pass) = default;
44 void TestDecomposeAffineOps::runOnOperation() { in runOnOperation()
55 PassRegistration<TestDecomposeAffineOps>(); in registerTestDecomposeAffineOpPass()
H A DCMakeLists.txt7 TestDecomposeAffineOps.cpp