[llvm] [SLP] Normalize debug messages for newTreeEntry. (PR #119514)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 16 03:26:12 PST 2024


================
@@ -3671,7 +3671,7 @@ class BoUpSLP {
 
     if (UserTreeIdx.UserTE)
       Last->UserTreeIndices.push_back(UserTreeIdx);
-    Last->dump();
+    LLVM_DEBUG(Last->dump());
----------------
alexey-bataev wrote:

No, make it part of debug messages, do not dump it here

https://github.com/llvm/llvm-project/pull/119514


More information about the llvm-commits mailing list