[Mlir-commits] [mlir] [mlir][IR] Allow `!llvm.ptr` as vector element type (PR #125690)
Mehdi Amini
llvmlistbot at llvm.org
Thu Mar 27 13:28:43 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:
Note: we wouldn't have to answer this kind of difficult question if we were making `Builtin_VectorTypeElementType` a TypeInferface instead, we could implement it on the in-tree "pointer-like" types we select.
https://github.com/llvm/llvm-project/pull/125690
More information about the Mlir-commits
mailing list