[Mlir-commits] [mlir] [MLIR][LLVM] Import dereferenceable metadata from LLVM IR (PR #130974)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Mar 13 01:20:48 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.
----------------
mihailo-stojanovic wrote:
Mainly that metadata could be ill-formed in the LLVM IR.
https://github.com/llvm/llvm-project/pull/130974
More information about the Mlir-commits
mailing list