llvm-project/mlir/include
Mogball 42ac4f3dc6 [mlir] Canonicalizer constructor should accept disabled/enabled patterns
There is no way to programmatically configure the list of disabled and enabled patterns in the canonicalizer pass, other than the duplicate the whole pass. This patch exposes the `disabledPatterns` and `enabledPatterns` options.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D116055
2021-12-22 19:08:31 +00:00
..
mlir [mlir] Canonicalizer constructor should accept disabled/enabled patterns 2021-12-22 19:08:31 +00:00
mlir-c [mlir][python] Implement more SymbolTable methods. 2021-11-29 20:31:13 -08:00