[Mlir-commits] [flang] [mlir] [mlir][acc] add VariableInfo class to thread langauge specific information about privatized variables (PR #186368)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Mar 13 12:51:19 PDT 2026
jeanPerier wrote:
Update to use an mlir::Attribute based representation.
This gives more flexibility for the dialects to define their metadata without having to maintain and update a language enum.
This will also allow this metadata to be attached to acc operation if there is ever such need.
https://github.com/llvm/llvm-project/pull/186368
More information about the Mlir-commits
mailing list