Enables performing the same filtering in the op doc definition as in the op definition generator.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM. Just a nit about documentation.
mlir/tools/mlir-tblgen/OpGenHelpers.h | ||
---|---|---|
23 | Delete not? This is returning the definitions filtered by the user. It would also be nice to mention that this relies on the command-line option "op-include-regex" and "op-exclude-regex" to function, as from the API it's unclear how one can filter. |
Delete not? This is returning the definitions filtered by the user. It would also be nice to mention that this relies on the command-line option "op-include-regex" and "op-exclude-regex" to function, as from the API it's unclear how one can filter.