We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d328b commit e9c0aa2Copy full SHA for e9c0aa2
mlir/lib/Dialect/LLVMIR/IR/BasicPtxBuilderInterface.cpp
@@ -76,7 +76,7 @@ static SmallVector<Value> extractStructElements(PatternRewriter &rewriter,
76
}
77
78
void PtxBuilder::insertValue(Value v, PTXRegisterMod itype) {
79
- LLVM_DEBUG(DBGS() << v << "\t Modifier : " << itype << "\n");
+ LDBG() << v << "\t Modifier : " << itype << "\n";
80
registerModifiers.push_back(itype);
81
82
auto getModifier = [&]() -> const char * {
0 commit comments