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

Tobias Gysi llvmlistbot at llvm.org
Wed Feb 5 23:20:53 PST 2025


================
@@ -83,6 +84,9 @@ struct CustomDataLayoutSpec
   StringAttr getAllocaMemorySpaceIdentifier(MLIRContext *context) const {
     return Builder(context).getStringAttr(kAllocaKeyName);
   }
+  StringAttr getManglingStyleIdentifier(MLIRContext *context) const {
+    return Builder(context).getStringAttr(kManglingStyleKeyName);
+  }
----------------
gysit wrote:

Can you also add checks in the actual unit tests below (such as the FallbackDefault etc).

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


More information about the Mlir-commits mailing list