mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 13:36:08 +00:00
[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.
This commit is contained in:
parent
5e83a5b475
commit
beebffa9ab
@ -1,8 +1,6 @@
|
||||
"""Common utilities that are useful for all the benchmarks."""
|
||||
import numpy as np
|
||||
|
||||
import mlir.all_passes_registration
|
||||
|
||||
from mlir import ir
|
||||
from mlir.dialects import arith
|
||||
from mlir.dialects import func
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
# This file contains the sparse compiler class.
|
||||
|
||||
from mlir import all_passes_registration
|
||||
from mlir import execution_engine
|
||||
from mlir import ir
|
||||
from mlir import passmanager
|
||||
|
@ -11,7 +11,6 @@ import numpy as np
|
||||
import os
|
||||
|
||||
# Import MLIR related modules.
|
||||
from mlir import all_passes_registration # Register MLIR compiler passes.
|
||||
from mlir import execution_engine
|
||||
from mlir import ir
|
||||
from mlir import runtime
|
||||
|
@ -6,7 +6,6 @@
|
||||
# test/Integration/Dialect/SparseTensor/python/ until we have a better
|
||||
# solution.
|
||||
|
||||
from mlir import all_passes_registration
|
||||
from mlir import execution_engine
|
||||
from mlir import ir
|
||||
from mlir import passmanager
|
||||
|
Loading…
x
Reference in New Issue
Block a user