Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions llvm/lib/Target/AIE/AIELoopClass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
// (c) Copyright 2025 Advanced Micro Devices, Inc. or its affiliates
// (c) Copyright 2025-2026 Advanced Micro Devices, Inc. or its affiliates
//
//===----------------------------------------------------------------------===//

Expand Down Expand Up @@ -108,7 +108,7 @@ int classifyLoop(const SlotStatistics &Stats) {
}
}
int LoopClass = Kernels[Best].Index;
LLVM_DEBUG(dbgs() << "LoopClass=" << Best << " Score=" << LoopClass);
LLVM_DEBUG(dbgs() << "LoopClass=" << Best << " Score=" << LoopClass << "\n");
return LoopClass;
}

Expand Down
Loading