[all-commits] [llvm/llvm-project] a5a2e2: [CodeGen]RegisterCoalescer: Remove the print() met...
Akshat Oke via All-commits
all-commits at lists.llvm.org
Thu Jan 30 22:16:17 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a5a2e2fc62824287aca02e80ce237c695ea89000
https://github.com/llvm/llvm-project/commit/a5a2e2fc62824287aca02e80ce237c695ea89000
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-01-31 (Fri, 31 Jan 2025)
Changed paths:
M llvm/lib/CodeGen/RegisterCoalescer.cpp
Log Message:
-----------
[CodeGen]RegisterCoalescer: Remove the print() method (#125042)
I saw that there used to be an overload `operator<<(OS, const Pass &P)`.
Now that it's gone, I still don't find anyone using the print method
except the internal debug printing hidden under `LLVM_DEBUG` in this
function.
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