Skip to content

Commit beebffa

Browse files
[NFC] Remove obsolete all_passes_registration from integration tests.
After https://reviews.llvm.org/D128593 this is not needed (and not available). Was missed in original landing because integration tests do not run on pre-merge.
1 parent 5e83a5b commit beebffa

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

mlir/benchmark/python/common.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
"""Common utilities that are useful for all the benchmarks."""
22
import numpy as np
33

4-
import mlir.all_passes_registration
5-
64
from mlir import ir
75
from mlir.dialects import arith
86
from mlir.dialects import func

mlir/test/Integration/Dialect/SparseTensor/python/tools/sparse_compiler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
# This file contains the sparse compiler class.
66

7-
from mlir import all_passes_registration
87
from mlir import execution_engine
98
from mlir import ir
109
from mlir import passmanager

mlir/test/Integration/Dialect/SparseTensor/taco/tools/mlir_pytaco_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import os
1212

1313
# Import MLIR related modules.
14-
from mlir import all_passes_registration # Register MLIR compiler passes.
1514
from mlir import execution_engine
1615
from mlir import ir
1716
from mlir import runtime

mlir/test/Integration/Dialect/SparseTensor/taco/tools/mlir_sparse_compiler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# test/Integration/Dialect/SparseTensor/python/ until we have a better
77
# solution.
88

9-
from mlir import all_passes_registration
109
from mlir import execution_engine
1110
from mlir import ir
1211
from mlir import passmanager

0 commit comments

Comments
 (0)