[all-commits] [llvm/llvm-project] 67ad2e: [GVN] Remove unused debug helper (NFC)
Momchil Velikov via All-commits
all-commits at lists.llvm.org
Fri Jul 17 06:25:17 PDT 2026
Branch: refs/heads/users/momchil-velikov/gvn-unused-helper
Home: https://github.com/llvm/llvm-project
Commit: 67ad2e492b9f7a5ead697bfd8ec1e21aef2973cf
https://github.com/llvm/llvm-project/commit/67ad2e492b9f7a5ead697bfd8ec1e21aef2973cf
Author: Momchil Velikov <momchil.velikov at arm.com>
Date: 2026-07-15 (Wed, 15 Jul 2026)
Changed paths:
M llvm/include/llvm/Transforms/Scalar/GVN.h
M llvm/lib/Transforms/Scalar/GVN.cpp
Log Message:
-----------
[GVN] Remove unused debug helper (NFC)
The `GVNPass::dump` method is not used anywhere. Moreover, there's
no `GVNPass` state that corresponds to its parameter type. Even if a
`GVNPass::dump` method could be useful, this one wasn't it.
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