[Mlir-commits] [mlir] [mlir] Add Repeated<T> constructors for TypeRange and ValueRange (PR #186923)

Jakub Kuderski llvmlistbot at llvm.org
Tue Mar 17 08:29:58 PDT 2026


kuhar wrote:

OK, I plan to add `VariablePointerUnion` to support the 32-bit usecase. With OpOperand* being 8-byte aligned and us being able to also align` Repeated<T>`, we can have 6 union variants. And still use plain `PointerUnion` on 64-bit platforms.

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


More information about the Mlir-commits mailing list