[Mlir-commits] [mlir] [MLIR][Python] enable ptr dialect bindings (PR #167270)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Dec 15 20:16:09 PST 2025


Aneureka wrote:

Just double confirmed that the alignment in `vector.gather` is an attribute instead. Thanks.

> What I can do is maybe change tablegen to emit ops only if they don't have props.
Sounds good to me. In this way, we can at least make some operations, such as `ptr.from_ptr`, work and enable those with properties as a next-step.

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


More information about the Mlir-commits mailing list