feat: toy tutorial chapter 6.

Signed-off-by: jackfiled <xcrenchangjun@outlook.com>
This commit is contained in:
2025-06-07 21:54:36 +08:00
parent c5ab1a6bc0
commit 14a2b4c558
4 changed files with 382 additions and 52 deletions

View File

@@ -16,6 +16,8 @@ namespace mlir
std::unique_ptr<Pass> createShapeInferencePass();
std::unique_ptr<Pass> createLowerToAffineLoopsPass();
std::unique_ptr<Pass> createLowerToLLVMPass();
}
}