[llvm-branch-commits] [mlir] [mlir][ptr] Extend `ptr_add` operation to support shaped operands (PR #156374)

Mehdi Amini via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Sep 3 07:38:46 PDT 2025


================
@@ -23,6 +24,41 @@ class LLVM_Attr<string name, string attrMnemonic,
   let mnemonic = attrMnemonic;
 }
 
+//===----------------------------------------------------------------------===//
+// AddressSpaceAttr
+//===----------------------------------------------------------------------===//
+
+def LLVM_AddressSpaceAttr :
----------------
joker-eph wrote:

Does this belong to this this?

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


More information about the llvm-branch-commits mailing list