Skip to content

Commit

Permalink
[XLA] Remove dead unused pass test-shapecomponent-analysis
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 610214926
  • Loading branch information
cheshire authored and TensorFlow MLIR Team committed Feb 25, 2024
1 parent 9622017 commit 21534a6
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 468 deletions.
1 change: 0 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,6 @@ cc_library(
cc_library(
name = "transforms_passes",
srcs = [
"mhlo/analysis/test_shape_component_analysis.cc",
"transforms/alloc_to_arg_pass.cc",
"transforms/bufferize.cc",
"transforms/bufferize_pass.cc",
Expand Down
15 changes: 0 additions & 15 deletions mhlo/analysis/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,3 @@ add_mlir_library(MhloAnalysis
MLIRIR
LmhloDialect
)

add_mlir_library(MhloTestAnalysis
test_shape_component_analysis.cc

LINK_COMPONENTS
Core

DEPENDS
LMHLOTransformsPassIncGen

LINK_LIBS PUBLIC
MLIRAnalysis
MLIRPass
MLIRTransforms
)
76 changes: 0 additions & 76 deletions mhlo/analysis/test_shape_component_analysis.cc

This file was deleted.

Loading

0 comments on commit 21534a6

Please sign in to comment.