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.
1 parent 3bec613 commit b48f293Copy full SHA for b48f293
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