llvm-project/mlir/docs/Rationale
River Riddle 4157455425 [mlir][Pass] Deprecate FunctionPass in favor of OperationPass<FuncOp>
The only benefit of FunctionPass is that it filters out function
declarations. This isn't enough to justify carrying it around, as we can
simplify filter out declarations when necessary within the pass. We can
also explore with better scheduling primitives to filter out declarations
at the pipeline level in the future.

The definition of FunctionPass is left intact for now to allow time for downstream
users to migrate.

Differential Revision: https://reviews.llvm.org/D117182
2022-01-18 19:52:44 -08:00
..
MLIRForGraphAlgorithms.md [MLIR][arith] fix references to std.constant in comments 2021-10-14 20:38:47 +00:00
Rationale.md [mlir][Pass] Deprecate FunctionPass in favor of OperationPass<FuncOp> 2022-01-18 19:52:44 -08:00
RationaleGenericDAGRewriter.md [NFC] Inclusive language: Remove instances of master in URLs 2021-11-05 08:48:41 -05:00
RationaleLinalgDialect.md [mlir][linalg] fixed typo 2021-08-11 11:59:15 -07:00
RationaleSimplifiedPolyhedralForm.md
UsageOfConst.md [Const Rationale] various typo fixes, and update it to present tense. 2021-12-13 12:49:51 -08:00
_index.md [mlir] Add section page for Rationale docs. 2020-12-14 14:49:30 -08:00