[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:39:07 PDT 2025
================
@@ -23,6 +24,41 @@ class LLVM_Attr<string name, string attrMnemonic,
let mnemonic = attrMnemonic;
}
+//===----------------------------------------------------------------------===//
+// AddressSpaceAttr
+//===----------------------------------------------------------------------===//
+
+def LLVM_AddressSpaceAttr :
----------------
joker-eph wrote:
I suspect you need a rebase or something
https://github.com/llvm/llvm-project/pull/156374
More information about the llvm-branch-commits
mailing list