[Mlir-commits] [llvm] [mlir] [mlir] Move InlinerInterface from Transforms to Interfaces. (PR #84878)
Christian Sigg
llvmlistbot at llvm.org
Wed Mar 13 10:14:07 PDT 2024
chsigg wrote:
> > TransformUtils depends on various dialects via ViewLikeInterface and ArithUtils.
Actually, there are much shorter paths, e.g. `TransformUtils > Analysis > ArithDialect`.
> This seems like a huge problem. This is also affecting all downstream users.
I did find two places in [TensorFlow](https://cs.opensource.google/search?q=InliningUtils.h%20file:BUILD&sq=&ss=tensorflow%2Ftensorflow) where this seemed to be a problem, but no other ones. So hopefully this is still under control.
https://github.com/llvm/llvm-project/pull/84878
More information about the Mlir-commits
mailing list