[all-commits] [llvm/llvm-project] 9c3fa3: Don't emit on op diagnostic in reproducer emission
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Sun Dec 13 07:21:56 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c3fa3d84d5cdcdcdb5b6961f2c587f84e7caa39
https://github.com/llvm/llvm-project/commit/9c3fa3d84d5cdcdcdb5b6961f2c587f84e7caa39
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2020-12-13 (Sun, 13 Dec 2020)
Changed paths:
M mlir/lib/Pass/Pass.cpp
Log Message:
-----------
Don't emit on op diagnostic in reproducer emission
This avoids dumping the module post emitting a reproducer, which results in
many MB logs where a reproducer has already been neatly generated.
Differential Revision: https://reviews.llvm.org/D93165
More information about the All-commits
mailing list