[PATCH] D119900: [PDLL] Add support for tablegen includes and importing ODS information
Nicolas Vasilache via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 2 23:46:54 PST 2022
nicolasvasilache accepted this revision.
nicolasvasilache added a comment.
Herald added a project: All.
@rriddle could you land your stack?
Also, what do you expect the support to look like for something like `class RankedFloatElementsAttr<int width, list<int> dims> :` ?
Is the idea that pdll will understand `int` as a first class citizen or that we'll go through e.g. `I64`?
What about `list<int>` ?
Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119900/new/
https://reviews.llvm.org/D119900
More information about the llvm-commits
mailing list