[Mlir-commits] [mlir] [MLIR][DLTI] Add mangling style (PR #125875)

Mehdi Amini llvmlistbot at llvm.org
Mon Feb 24 04:09:58 PST 2025


================
@@ -77,6 +77,9 @@ def DLTI_DataLayoutSpecAttr :
     /// Returns the alloca memory space identifier.
     StringAttr getAllocaMemorySpaceIdentifier(MLIRContext *context) const;
 
+    /// Returns the mangling style identifier.
----------------
joker-eph wrote:

Right, I'm familiar with this: my question is rather "where is this document in MLIR / this PR", I'm pointing out that the comment here is ambiguous basically.
It's a bit annoying that the is naming conflict on "mangling", I wish they would have specified it a "object mangling" or something like that.

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


More information about the Mlir-commits mailing list