[Mlir-commits] [mlir] mlir/Presburger: strip dependency on MLIRSupport (PR #96517)

Ramkumar Ramachandra llvmlistbot at llvm.org
Mon Jun 24 10:38:58 PDT 2024


artagnon wrote:

Further, the only reason we depend on MLIRSupport is for TypeID.cpp, which is a completely unnecessary dependency. The only other Support headers we depend are LLVM.h and LogicalResult.h, which are also eliminated trivially.

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


More information about the Mlir-commits mailing list