Internal change
PiperOrigin-RevId: 316666669 Change-Id: I39909bfda1b991755cc4f7a69b00659fa947b8f4
This commit is contained in:
parent
55a1f169c3
commit
35fc231281
27
third_party/mlir/BUILD
vendored
27
third_party/mlir/BUILD
vendored
@ -707,14 +707,8 @@ gentbl(
|
|||||||
|
|
||||||
cc_library(
|
cc_library(
|
||||||
name = "Shape",
|
name = "Shape",
|
||||||
srcs = glob(
|
srcs = glob(["lib/Dialect/Shape/IR/*.cpp"]),
|
||||||
[
|
hdrs = ["include/mlir/Dialect/Shape/IR/Shape.h"],
|
||||||
"lib/Dialect/Shape/IR/*.cpp",
|
|
||||||
],
|
|
||||||
),
|
|
||||||
hdrs = glob([
|
|
||||||
"include/mlir/Dialect/Shape/IR/*.h",
|
|
||||||
]),
|
|
||||||
includes = ["include"],
|
includes = ["include"],
|
||||||
deps = [
|
deps = [
|
||||||
":CallOpInterfaces",
|
":CallOpInterfaces",
|
||||||
@ -737,22 +731,16 @@ cc_library(
|
|||||||
"lib/Conversion/ShapeToStandard/*.cpp",
|
"lib/Conversion/ShapeToStandard/*.cpp",
|
||||||
"lib/Conversion/ShapeToStandard/*.h",
|
"lib/Conversion/ShapeToStandard/*.h",
|
||||||
]) + ["lib/Conversion/PassDetail.h"],
|
]) + ["lib/Conversion/PassDetail.h"],
|
||||||
hdrs = glob([
|
hdrs = ["include/mlir/Conversion/ShapeToStandard/ShapeToStandard.h"],
|
||||||
"include/mlir/Conversion/ShapeToStandard/*.h",
|
|
||||||
]),
|
|
||||||
includes = ["include"],
|
includes = ["include"],
|
||||||
deps = [
|
deps = [
|
||||||
":Affine",
|
|
||||||
":ConversionPassIncGen",
|
":ConversionPassIncGen",
|
||||||
":IR",
|
|
||||||
":Pass",
|
":Pass",
|
||||||
":SCFDialect",
|
":SCFDialect",
|
||||||
":Shape",
|
":Shape",
|
||||||
":StandardOps",
|
":StandardOps",
|
||||||
":Support",
|
":Support",
|
||||||
":Transforms",
|
":Transforms",
|
||||||
"@llvm-project//llvm:Core",
|
|
||||||
"@llvm-project//llvm:Support",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -793,18 +781,15 @@ cc_library(
|
|||||||
"lib/Dialect/Shape/Transforms/*.cpp",
|
"lib/Dialect/Shape/Transforms/*.cpp",
|
||||||
"lib/Dialect/Shape/Transforms/*.h",
|
"lib/Dialect/Shape/Transforms/*.h",
|
||||||
]),
|
]),
|
||||||
hdrs = glob(["include/mlir/Dialect/Shape/Transforms/*.h"]),
|
hdrs = ["include/mlir/Dialect/Shape/Transforms/Passes.h"],
|
||||||
includes = ["include"],
|
includes = ["include"],
|
||||||
deps = [
|
deps = [
|
||||||
#":Analysis",
|
|
||||||
#":ControlFlowInterfaces",
|
|
||||||
":IR",
|
":IR",
|
||||||
":Pass",
|
":Pass",
|
||||||
":Shape",
|
":Shape",
|
||||||
":ShapeTransformsPassIncGen",
|
":ShapeTransformsPassIncGen",
|
||||||
":Support",
|
":Support",
|
||||||
":Transforms",
|
":Transforms",
|
||||||
#"@llvm-project//llvm:Support",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -820,9 +805,7 @@ cc_library(
|
|||||||
hdrs = glob([
|
hdrs = glob([
|
||||||
"include/mlir/Dialect/StandardOps/IR/*.h",
|
"include/mlir/Dialect/StandardOps/IR/*.h",
|
||||||
"include/mlir/Dialect/StandardOps/EDSC/*.h",
|
"include/mlir/Dialect/StandardOps/EDSC/*.h",
|
||||||
]) + [
|
]) + ["include/mlir/Transforms/InliningUtils.h"],
|
||||||
"include/mlir/Transforms/InliningUtils.h",
|
|
||||||
],
|
|
||||||
includes = ["include"],
|
includes = ["include"],
|
||||||
deps = [
|
deps = [
|
||||||
":CallOpInterfaces",
|
":CallOpInterfaces",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user