[all-commits] [llvm/llvm-project] 92ed7e: [CodeGen][PM] Use errs() instead of dbgs() in prin...
Akshat Oke via All-commits
all-commits at lists.llvm.org
Tue Dec 3 22:51:54 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 92ed7e292443de1d89754a59a533ded160d544eb
https://github.com/llvm/llvm-project/commit/92ed7e292443de1d89754a59a533ded160d544eb
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2024-12-04 (Wed, 04 Dec 2024)
Changed paths:
M llvm/include/llvm/Passes/MachinePassRegistry.def
M llvm/lib/Passes/PassRegistry.def
Log Message:
-----------
[CodeGen][PM] Use errs() instead of dbgs() in printer passes (#118469)
Printing passes is not exactly a debug activity, it is used in release (and dbgs() is errs() in release)
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