Fix build breakage (MLIR LLVM dialect requires MLIRInferIntRangeInterface) (#168440)
This MR fixes a recent build breakage by this MR:
https://github.com/llvm/llvm-project/pull/166648
(Post-merge build error here:
https://lab.llvm.org/buildbot/#/builders/138/builds/21929)
The `MLIRInferIntRangeInterface` library is now a public dependency of
`MLIRLLVMDialect`.