[Mlir-commits] [mlir] [mlir][llvm] Move llvm attribute bases to utils (PR #118491)

Henrich Lauko llvmlistbot at llvm.org
Tue Dec 3 07:00:30 PST 2024


xlauko wrote:

@joker-eph where would you put this file, we were not sure with @gysit whether this a right place for now?

The goal is to have tablegen conversion to LLVM IR available to other dialects, but this would make "dependency" on LLVM dialect. The motivation for this is to eventually separate linkage attributes to a dialect in a similar manner to `ptr`, because it is copy-pasted in one way or another in multiple tools (clangir, vast, flang).

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


More information about the Mlir-commits mailing list