Integrate LLVM at https://github.com/llvm/llvm-project/commit/bc23c1d85e4c
PiperOrigin-RevId: 309792573 Change-Id: I96c42429134a6977eb0845f3791ea6ba020d8ce7
This commit is contained in:
parent
488a15749e
commit
29d325aca6
18
third_party/mlir/BUILD
vendored
18
third_party/mlir/BUILD
vendored
@ -1185,6 +1185,23 @@ cc_library(
|
||||
],
|
||||
)
|
||||
|
||||
gentbl(
|
||||
name = "GPUToROCDLTGen",
|
||||
strip_include_prefix = "lib/Conversion/GPUToROCDL",
|
||||
tbl_outs = [
|
||||
(
|
||||
"-gen-rewriters",
|
||||
"lib/Conversion/GPUToROCDL/GPUToROCDL.cpp.inc",
|
||||
),
|
||||
],
|
||||
tblgen = ":mlir-tblgen",
|
||||
td_file = "lib/Conversion/GPUToROCDL/GPUToROCDL.td",
|
||||
td_srcs = [
|
||||
":GPUOpsTdFiles",
|
||||
":ROCDLOpsTdFiles",
|
||||
],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "GPUToROCDLTransforms",
|
||||
srcs = [
|
||||
@ -1199,6 +1216,7 @@ cc_library(
|
||||
":ConversionPassIncGen",
|
||||
":GPUCommonTransforms",
|
||||
":GPUDialect",
|
||||
":GPUToROCDLTGen",
|
||||
":GPUTransforms",
|
||||
":LLVMTransforms",
|
||||
":Pass",
|
||||
|
Loading…
Reference in New Issue
Block a user