[MLIR] Adopt LDBG() debug macro in PatternApplicator.cpp (NFC) (#154724)
This commit is contained in:
parent
98867bf8de
commit
b20c291bae
@ -37,9 +37,9 @@ PatternApplicator::~PatternApplicator() = default;
|
||||
#ifndef NDEBUG
|
||||
/// Log a message for a pattern that is impossible to match.
|
||||
static void logImpossibleToMatch(const Pattern &pattern) {
|
||||
llvm::dbgs() << "Ignoring pattern '" << pattern.getRootKind()
|
||||
<< "' because it is impossible to match or cannot lead "
|
||||
"to legal IR (by cost model)\n";
|
||||
LDBG() << "Ignoring pattern '" << pattern.getRootKind()
|
||||
<< "' because it is impossible to match or cannot lead "
|
||||
"to legal IR (by cost model)";
|
||||
}
|
||||
|
||||
/// Log IR after pattern application.
|
||||
|
Loading…
x
Reference in New Issue
Block a user