This flag will print the IR after a pass only in the case where the pass failed. This can be useful to more easily view the invalid IR, without needing to print after every pass in the pipeline.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Pass/PassManager.h | ||
---|---|---|
245 | I would re-document the "This option should *not* be used with the other print-ir-after flags above" here. |
I would re-document the "This option should *not* be used with the other print-ir-after flags above" here.