[Mlir-commits] [mlir] [mlir][IR] Allow `!llvm.ptr` as vector element type (PR #125690)
Mehdi Amini
llvmlistbot at llvm.org
Thu Mar 27 13:27:14 PDT 2025
================
@@ -40,6 +40,11 @@ def ValueSemantics : NativeTypeTrait<"ValueSemantics"> {
let cppNamespace = "::mlir";
}
+/// Type trait indicating that the type is a pointer-like type.
----------------
joker-eph wrote:
This would deserve a bit more documentation: what's the implication of marking a type with "pointer-like"?
Why is memref not a a PointerLike type for example?
https://github.com/llvm/llvm-project/pull/125690
More information about the Mlir-commits
mailing list