[Mlir-commits] [mlir] [mlir] Fix some cmake dependencies in LLVMIR Dialect (PR #66956)
Markus Böck
llvmlistbot at llvm.org
Thu Sep 21 01:02:04 PDT 2023
zero9178 wrote:
> Why is the dependency on the LLVM dialect needed?
The ROCDL dialect uses the `LLVMFixedVectorType` type from the LLVM Dialect and has one verifier depending on LLVMs FuncOp. It previously had this dependency as well but got it transitively through the `VectorToLLVM` dependency.
https://github.com/llvm/llvm-project/pull/66956
More information about the Mlir-commits
mailing list