Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/Dialect/MemRef/
H A DTestComposeSubView.cpp21 struct TestComposeSubViewPass struct
22 : public PassWrapper<TestComposeSubViewPass, OperationPass<>> {
23 MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TestComposeSubViewPass) in MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID() argument
33 void TestComposeSubViewPass::getDependentDialects( in getDependentDialects()
38 void TestComposeSubViewPass::runOnOperation() { in runOnOperation()
48 PassRegistration<TestComposeSubViewPass>(); in registerTestComposeSubView()