Integrate LLVM at https://github.com/llvm/llvm-project/commit/49cbe56a657b
PiperOrigin-RevId: 314888519 Change-Id: Id3f41e929a67ba22e0617a943cd2e657369cebd6
This commit is contained in:
parent
a39ac9de5f
commit
e3a6a89601
27
third_party/mlir/BUILD
vendored
27
third_party/mlir/BUILD
vendored
@ -711,6 +711,31 @@ cc_library(
|
||||
],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "ShapeToStandard",
|
||||
srcs = glob([
|
||||
"lib/Conversion/ShapeToStandard/*.cpp",
|
||||
"lib/Conversion/ShapeToStandard/*.h",
|
||||
]) + ["lib/Conversion/PassDetail.h"],
|
||||
hdrs = glob([
|
||||
"include/mlir/Conversion/ShapeToStandard/*.h",
|
||||
]),
|
||||
includes = ["include"],
|
||||
deps = [
|
||||
":Affine",
|
||||
":ConversionPassIncGen",
|
||||
":IR",
|
||||
":Pass",
|
||||
":SCFDialect",
|
||||
":Shape",
|
||||
":StandardOps",
|
||||
":Support",
|
||||
":Transforms",
|
||||
"@llvm-project//llvm:core",
|
||||
"@llvm-project//llvm:support",
|
||||
],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "StandardOps",
|
||||
srcs = glob(
|
||||
@ -2486,6 +2511,7 @@ cc_library(
|
||||
":Parser",
|
||||
":Pass",
|
||||
":SCFTransforms",
|
||||
":ShapeToStandard",
|
||||
":StandardOpsTransforms",
|
||||
":StandardToSPIRVConversions",
|
||||
":Support",
|
||||
@ -2583,6 +2609,7 @@ cc_library(
|
||||
":SPIRVLowering",
|
||||
":SPIRVPassIncGen",
|
||||
":Shape",
|
||||
":ShapeToStandard",
|
||||
":StandardOps",
|
||||
":StandardOpsTransforms",
|
||||
":StandardOpsTransformsPassIncGen",
|
||||
|
Loading…
Reference in New Issue
Block a user