SubElementInterface::replaceImmediateSubElementsImpl specializes tuples so that
arguments are forwarded to type getter. However currently pairs are not supported even though
an example in documents uses a pair as a key type: https://mlir.llvm.org/docs/DefiningDialects/AttributesAndTypes/#defining-a-storage-class
This patch adds support for pairs as well.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo