[Mlir-commits] [mlir] [mlir][LLVM] Remove `llvm` deps from the LLVM dialect (PR #150692)

Fabian Mora llvmlistbot at llvm.org
Fri Jul 25 13:10:50 PDT 2025


fabianmcg wrote:

It's worth noting that while doing this cleanup I discovered vector to LLVM uses the LLVM context to compute alignments (even worse, it creates and then trashes the context for each alignment computation). That should be removed in the future.

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


More information about the Mlir-commits mailing list