[Mlir-commits] [mlir] [MLIR] Add missing MLIRLLVMDialect dep to MLIRControlFlowToSCF (PR #113560)

Markus Böck llvmlistbot at llvm.org
Thu Oct 24 09:08:54 PDT 2024


zero9178 wrote:

There shouldn't be any dependency on the LLVM dialect in that pass that I am aware of, so I'd much rather remove the include than add a false library dependency. 

This seems to also be what was done in https://github.com/llvm/llvm-project/pull/104832 but was seemingly reverted for unrelated reasons. 
Could you try removing the include instead?

https://github.com/llvm/llvm-project/pull/113560


More information about the Mlir-commits mailing list