[all-commits] [llvm/llvm-project] 45412b: [LoopUnrollPass] Indent `LLVM_DEBUG()` messages ba...
Justin Fargnoli via All-commits
all-commits at lists.llvm.org
Wed Feb 11 10:00:07 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 45412b679034e5675d720057d61c4fbb4f928ae2
https://github.com/llvm/llvm-project/commit/45412b679034e5675d720057d61c4fbb4f928ae2
Author: Justin Fargnoli <jfargnoli at nvidia.com>
Date: 2026-02-11 (Wed, 11 Feb 2026)
Changed paths:
M llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
A llvm/test/Transforms/LoopUnroll/debug.ll
Log Message:
-----------
[LoopUnrollPass] Indent `LLVM_DEBUG()` messages based on our depth in the `tryToUnrollLoop()` call graph (#178945)
Unify the ad-hoc use of whitespace in `LLVM_DEBUG()` messages.
This approach should also make it easier to see which loop debug
messages correspond to and which part of the loop unrolling heuristics
each message corresponds to.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list