We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78645f8 + b48f293 commit d605cb8Copy full SHA for d605cb8
mlir/lib/Dialect/LLVMIR/CMakeLists.txt
@@ -31,6 +31,7 @@ add_mlir_dialect_library(MLIRLLVMDialect
31
MLIRControlFlowInterfaces
32
MLIRDataLayoutInterfaces
33
MLIRFunctionInterfaces
34
+ MLIRInferIntRangeInterface
35
MLIRInferTypeOpInterface
36
MLIRIR
37
MLIRMemorySlotInterfaces
mlir/unittests/Dialect/LLVMIR/CMakeLists.txt
@@ -4,5 +4,4 @@ add_mlir_unittest(MLIRLLVMIRTests
4
mlir_target_link_libraries(MLIRLLVMIRTests
5
PRIVATE
6
MLIRLLVMDialect
7
- MLIRInferIntRangeInterface
8
)
0 commit comments