[all-commits] [llvm/llvm-project] 6095f8: Get rid of noisy debug log in verifyOpAndAdjustFla...
Justin Lebar via All-commits
all-commits at lists.llvm.org
Tue Mar 12 12:52:53 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6095f8bbc410d2f8b926a32ba969d507f7343949
https://github.com/llvm/llvm-project/commit/6095f8bbc410d2f8b926a32ba969d507f7343949
Author: Justin Lebar <justin.lebar at gmail.com>
Date: 2024-03-12 (Tue, 12 Mar 2024)
Changed paths:
M mlir/lib/IR/AsmPrinter.cpp
Log Message:
-----------
Get rid of noisy debug log in verifyOpAndAdjustFlags. (#84677)
This debug log adds noise to a large fraction of *other* debug logs when
you run with -debug, because it prints "Verifying operation: blah blah\n"
whenever those other debug logs dump an op.
You can use -debug-only to get around this, but sometimes -debug really
is what's called for!
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list