forked from OSchip/llvm-project
9595f3568a
This support has never really worked well, and is incredibly clunky to use (it effectively creates two argument APIs), and clunky to generate (it isn't clear how we should actually expose this from PDL frontends). Treating these as just attribute arguments is much much cleaner in every aspect of the stack. If we need to optimize lots of constant parameters, it would be better to investigate internal representation optimizations (e.g. batch attribute creation), that do not affect the user (we want a clean external API). Differential Revision: https://reviews.llvm.org/D121569 |
||
---|---|---|
.. | ||
pdl-to-pdl-interp-matcher.mlir | ||
pdl-to-pdl-interp-rewriter.mlir |