File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -342,6 +342,7 @@ cc_library(
342342 "include/mlir/IR/PDLPatternMatch.h.inc" ,
343343 "include/mlir/Interfaces/CallInterfaces.h" ,
344344 "include/mlir/Interfaces/DataLayoutInterfaces.h" ,
345+ "include/mlir/Interfaces/InferIntRangeInterface.h" ,
345346 "include/mlir/Interfaces/SideEffectInterfaces.h" ,
346347 ],
347348 hdrs = glob ([
@@ -362,6 +363,7 @@ cc_library(
362363 ":BytecodeOpInterfaceIncGen" ,
363364 ":CallOpInterfacesIncGen" ,
364365 ":DataLayoutInterfacesIncGen" ,
366+ ":InferIntRangeInterfaceIncGen" ,
365367 ":OpAsmInterfaceIncGen" ,
366368 ":RegionKindInterfaceIncGen" ,
367369 ":SideEffectInterfacesIncGen" ,
@@ -5422,7 +5424,9 @@ cc_library(
54225424 hdrs = glob (["include/mlir/Dialect/LLVMIR/Transforms/*.h" ]),
54235425 includes = ["include" ],
54245426 deps = [
5427+ ":DataLayoutInterfaces" ,
54255428 ":FuncDialect" ,
5429+ ":InliningUtils" ,
54265430 ":IR" ,
54275431 ":LLVMDialect" ,
54285432 ":LLVMPassIncGen" ,
You can’t perform that action at this time.
0 commit comments