[Mlir-commits] [mlir] [MLIR][LLVM] Import dereferenceable metadata from LLVM IR (PR #130974)

Johannes de Fine Licht llvmlistbot at llvm.org
Thu Mar 13 03:12:49 PDT 2025


================
@@ -188,6 +190,25 @@ static LogicalResult setAccessGroupsAttr(const llvm::MDNode *node,
   return success();
 }
 
+/// Converts the given dereferenceable metadata node to a dereferenceable
+/// attribute, and attaches it to the imported operation if the translation
+/// succeeds. Returns failure otherwise.
----------------
definelicht wrote:

Mention it in the comment? 🙌 

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


More information about the Mlir-commits mailing list