[llvm] [InstCombine] Iterative replacement in PtrReplacer (PR #137215)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed May 21 14:36:25 PDT 2025


================
@@ -431,22 +489,12 @@ void PointerReplacer::replace(Instruction *I) {
     }
 
   } else {
+    dbgs() << "Instruction " << *I
+           << " is not supported in PointerReplacer::replace\n";
----------------
arsenm wrote:

Leftover debug printing 

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


More information about the llvm-commits mailing list