[all-commits] [llvm/llvm-project] 6176a8: [MLIR] Debug log IR after pattern applications
frgossen via All-commits
all-commits at lists.llvm.org
Tue Apr 27 06:05:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6176a8f90961ce39b0a7c97e2f8891cd1ada61a3
https://github.com/llvm/llvm-project/commit/6176a8f90961ce39b0a7c97e2f8891cd1ada61a3
Author: Frederik Gossen <frgossen at google.com>
Date: 2021-04-27 (Tue, 27 Apr 2021)
Changed paths:
M mlir/lib/Rewrite/PatternApplicator.cpp
Log Message:
-----------
[MLIR] Debug log IR after pattern applications
Like `print-ir-after-all` and `-before-all`, this allows to inspect IR for
debug purposes. While the former allow to inspect only between passes, this
change allows to follow the rewrites that happen within passes.
Differential Revision: https://reviews.llvm.org/D100940
More information about the All-commits
mailing list