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 153661d commit 70ebc78Copy full SHA for 70ebc78
mlir/lib/Dialect/Transform/IR/TransformOps.cpp
@@ -1754,7 +1754,7 @@ DiagnosedSilenceableFailure
1754
transform::MatchParamCmpIOp::apply(transform::TransformRewriter &rewriter,
1755
transform::TransformResults &results,
1756
transform::TransformState &state) {
1757
- auto signedAPIntAsString = [&](APInt value) {
+ auto signedAPIntAsString = [&](const APInt &value) {
1758
std::string str;
1759
llvm::raw_string_ostream os(str);
1760
value.print(os, /*isSigned=*/true);
0 commit comments