[Mlir-commits] [mlir] [mlir][IR] Allow `!llvm.ptr` as vector element type (PR #125690)

Matthias Springer llvmlistbot at llvm.org
Fri Mar 28 02:14:33 PDT 2025


================
@@ -40,6 +40,11 @@ def ValueSemantics : NativeTypeTrait<"ValueSemantics"> {
   let cppNamespace = "::mlir";
 }
 
+/// Type trait indicating that the type is a pointer-like type.
----------------
matthias-springer wrote:

What if we rename it to `BarePointerLike`?


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


More information about the Mlir-commits mailing list