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

Jakub Kuderski llvmlistbot at llvm.org
Tue Mar 17 08:00:57 PDT 2026


kuhar wrote:

It's very tricky, we can't stash the extra bit in the offset field either, so the only way forward I see would be to teach PointerUnion to share the same tag for both `OpOperand*` and `Repeated<T>::Storage`.

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


More information about the Mlir-commits mailing list