diff options
Diffstat (limited to 'mlir/tools/mlir-opt/mlir-opt.cpp')
| -rw-r--r-- | mlir/tools/mlir-opt/mlir-opt.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mlir/tools/mlir-opt/mlir-opt.cpp b/mlir/tools/mlir-opt/mlir-opt.cpp index 8842180..ac739be 100644 --- a/mlir/tools/mlir-opt/mlir-opt.cpp +++ b/mlir/tools/mlir-opt/mlir-opt.cpp @@ -140,6 +140,7 @@ void registerTestOneShotModuleBufferizePass(); void registerTestOpaqueLoc(); void registerTestOpLoweringPasses(); void registerTestPadFusion(); +void registerTestParallelLoopUnrollingPass(); void registerTestRecursiveTypesPass(); void registerTestSCFUpliftWhileToFor(); void registerTestSCFUtilsPass(); @@ -289,6 +290,7 @@ void registerTestPasses() { mlir::test::registerTestOpaqueLoc(); mlir::test::registerTestOpLoweringPasses(); mlir::test::registerTestPadFusion(); + mlir::test::registerTestParallelLoopUnrollingPass(); mlir::test::registerTestRecursiveTypesPass(); mlir::test::registerTestSCFUpliftWhileToFor(); mlir::test::registerTestSCFUtilsPass(); |
