Custom struct to log pass execution using spdlog. This struct implements the PassInstrumentation interface to hook into the pass execution lifecycle.
More...
#include <pass_manager.h>
Custom struct to log pass execution using spdlog. This struct implements the PassInstrumentation interface to hook into the pass execution lifecycle.
◆ runAfterPass()
| void picceler::PassLogger::runAfterPass |
( |
mlir::Pass * | pass, |
|
|
mlir::Operation * | op ) |
|
inlineoverride |
◆ runAfterPassFailed()
| void picceler::PassLogger::runAfterPassFailed |
( |
mlir::Pass * | pass, |
|
|
mlir::Operation * | op ) |
|
inlineoverride |
◆ runBeforePass()
| void picceler::PassLogger::runBeforePass |
( |
mlir::Pass * | pass, |
|
|
mlir::Operation * | op ) |
|
inlineoverride |
The documentation for this struct was generated from the following file: