[llvm] [AMDGPU][LowerModuleLDS] Refactor partially lowered module detection (PR #85793)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 19 07:18:57 PDT 2024
================
@@ -1143,6 +1153,7 @@ class AMDGPULowerModuleLDS {
}
bool runOnModule(Module &M) {
+ dbgs() << "LowerModuleLDS: " << M.getName() << " (" << (void *)&M << ")\n";
----------------
arsenm wrote:
Leftover debug printing
https://github.com/llvm/llvm-project/pull/85793
More information about the llvm-commits
mailing list