[llvm-branch-commits] [mlir] [mlir][ptr] Extend `ptr_add` operation to support shaped operands (PR #156374)
Fabian Mora via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Sep 3 07:41:21 PDT 2025
================
@@ -23,6 +24,41 @@ class LLVM_Attr<string name, string attrMnemonic,
let mnemonic = attrMnemonic;
}
+//===----------------------------------------------------------------------===//
+// AddressSpaceAttr
+//===----------------------------------------------------------------------===//
+
+def LLVM_AddressSpaceAttr :
----------------
fabianmcg wrote:
Yes, this was a stacked PR, and since the bases were updated and merge, GH is now adding all commits to this PR. Let me fix.
https://github.com/llvm/llvm-project/pull/156374
More information about the llvm-branch-commits
mailing list