Skip to content

Commit f69a7f5

Browse files
Update lib/Dialect/AIEX/Transforms/AIENpuToCert.cpp
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 17d3e38 commit f69a7f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/Dialect/AIEX/Transforms/AIENpuToCert.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,8 +1356,8 @@ struct SplitCertPageOpPattern : OpRewritePattern<AIEX::CertPageOp> {
13561356
bool found_split_point = false;
13571357
uint32_t cost = estimateCost(op, cert_page_size / 2, split_job, split_iter,
13581358
found_split_point);
1359-
LLVM_DEBUG(llvm::outs()
1360-
<< "Estimate cost for page: " << " is " << cost << "\n");
1359+
LLVM_DEBUG(llvm::outs() << "Estimate cost for page: "
1360+
<< " is " << cost << "\n");
13611361

13621362
if (cost < split_threshold || !found_split_point)
13631363
return failure();

0 commit comments

Comments
 (0)