llvm-project/mlir/lib/Pass
River Riddle d7eba20052 [mlir][Inliner] Refactor the inliner to use nested pass pipelines instead of just canonicalization
Now that passes have support for running nested pipelines, the inliner can now allow for users to provide proper nested pipelines to use for optimization during inlining. This revision also changes the behavior of optimization during inlining to optimize before attempting to inline, which should lead to a more accurate cost model and prevents the need for users to schedule additional duplicate cleanup passes before/after the inliner that would already be run during inlining.

Differential Revision: https://reviews.llvm.org/D91211
2020-12-14 18:09:47 -08:00
..
CMakeLists.txt [MLIR][cmake] don't glob for sources. 2020-05-13 23:21:01 -07:00
IRPrinting.cpp [mlir][Pass] Remove the restriction that PassManager can only run on ModuleOp 2020-12-03 15:47:01 -08:00
Pass.cpp [mlir][Inliner] Refactor the inliner to use nested pass pipelines instead of just canonicalization 2020-12-14 18:09:47 -08:00
PassDetail.h [mlir][Inliner] Refactor the inliner to use nested pass pipelines instead of just canonicalization 2020-12-14 18:09:47 -08:00
PassManagerOptions.cpp [mlir][Pass] Remove the restriction that PassManager can only run on ModuleOp 2020-12-03 15:47:01 -08:00
PassRegistry.cpp [mlir][Inliner] Refactor the inliner to use nested pass pipelines instead of just canonicalization 2020-12-14 18:09:47 -08:00
PassStatistics.cpp Decouple OpPassManager from the the MLIRContext (NFC) 2020-09-03 06:02:05 +00:00
PassTiming.cpp [mlir][Inliner] Refactor the inliner to use nested pass pipelines instead of just canonicalization 2020-12-14 18:09:47 -08:00