Skip to content

Commit

Permalink
[tfrt:jitrt] NFC: Clean up codegen_transforms dependencies
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 466186532
  • Loading branch information
ezhulenev authored and Copybara-Service committed Aug 8, 2022
1 parent bf3638e commit d84290c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions backends/jitrt/BUILD
Expand Up @@ -214,6 +214,7 @@ licenses(["notice"])
# "@llvm-project//mlir:ArithmeticTransforms",
# "@llvm-project//mlir:ArmNeonToLLVMIRTranslation",
# "@llvm-project//mlir:ArmSVEToLLVMIRTranslation",
# "@llvm-project//mlir:AsyncDialect",
# "@llvm-project//mlir:AsyncToLLVM",
# "@llvm-project//mlir:AsyncTransforms",
# "@llvm-project//mlir:ComplexToLLVM",
Expand Down Expand Up @@ -679,16 +680,13 @@ licenses(["notice"])
# "@llvm-project//mlir:ArithmeticDialect",
# "@llvm-project//mlir:AsyncDialect",
# "@llvm-project//mlir:AsyncTransforms",
# "@llvm-project//mlir:FuncDialect",
# "@llvm-project//mlir:IR",
# "@llvm-project//mlir:MathDialect",
# "@llvm-project//mlir:MathTransforms",
# "@llvm-project//mlir:MemRefDialect",
# "@llvm-project//mlir:Pass",
# "@llvm-project//mlir:SCFDialect",
# "@llvm-project//mlir:Transforms",
# "@llvm-project//mlir:VectorDialect",
# "@llvm-project//mlir:X86VectorDialect",
# ],
# )
#
Expand Down
6 changes: 0 additions & 6 deletions backends/jitrt/include/tfrt/jitrt/transforms/codegen_passes.h
Expand Up @@ -19,12 +19,6 @@

#include <memory>

#include "mlir/Dialect/Async/IR/Async.h"
#include "mlir/Dialect/Func/IR/FuncOps.h"
#include "mlir/Dialect/MemRef/IR/MemRef.h"
#include "mlir/Dialect/SCF/IR/SCF.h"
#include "mlir/Dialect/Vector/IR/VectorOps.h"
#include "mlir/Dialect/X86Vector/X86VectorDialect.h"
#include "mlir/Pass/Pass.h"

namespace tfrt {
Expand Down
1 change: 1 addition & 0 deletions backends/jitrt/lib/jitrt_compiler.cc
Expand Up @@ -37,6 +37,7 @@
#include "mlir/Dialect/Affine/IR/AffineOps.h"
#include "mlir/Dialect/Arithmetic/IR/Arithmetic.h"
#include "mlir/Dialect/Arithmetic/Transforms/Passes.h"
#include "mlir/Dialect/Async/IR/Async.h"
#include "mlir/Dialect/Async/Passes.h"
#include "mlir/Dialect/ControlFlow/IR/ControlFlow.h"
#include "mlir/Dialect/Func/IR/FuncOps.h"
Expand Down
Expand Up @@ -19,6 +19,7 @@ limitations under the License.
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/Debug.h"
#include "mlir/Dialect/Arithmetic/IR/Arithmetic.h"
#include "mlir/Dialect/Async/IR/Async.h"
#include "mlir/Dialect/Async/Transforms.h"
#include "mlir/Dialect/Math/IR/Math.h"
#include "mlir/Dialect/MemRef/IR/MemRef.h"
Expand Down

0 comments on commit d84290c

Please sign in to comment.