[Mlir-commits] [mlir] [MLIR, LLVM]: Add an IR utility to perform proper slicing (PR #103053)

Christian Ulmann llvmlistbot at llvm.org
Tue Aug 13 08:03:26 PDT 2024


Dinistro wrote:

> I dont understand part of the description. Why is this in the IR library? The reasons for putting something in IR/ for mlir seem completely unrelated to llvm.

Sorry, I was referring to the LLVM dialect's inliner interface. It is part of LLVMDialect due to the dialect initializing all interfaces directly in its initialization function.

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


More information about the Mlir-commits mailing list