[PATCH] D135734: {NFC][mlir][MemRef] Add a builder for `extract_strided_metadata(source)`
Nicolas Vasilache via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 13 02:42:50 PDT 2022
nicolasvasilache added a comment.
In D135734#3851289 <https://reviews.llvm.org/D135734#3851289>, @jpienaar wrote:
> This seems like implementing the type inference trait would also result in this.
Does implementing the type inference trait result in automatically emitted builders via Tablegen?
If so, could we have some doc for this ?
Generally, it would be good to have an Interface section in the docs mirrored on the MLIR website like we have for dialects so that a high-level overview gives the key information before digging into particulars.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135734/new/
https://reviews.llvm.org/D135734
More information about the llvm-commits
mailing list