[llvm] [GVN] Improve processBlock for instruction erasure (PR #131753)

Madhur Amilkanthwar via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 29 00:59:59 PDT 2025


================
@@ -877,6 +876,12 @@ void GVNPass::printPipeline(
   OS << '>';
 }
 
+void GVNPass::doInstructionDeletion(Instruction *I) {
----------------
madhur13490 wrote:

Sure, sounds good.

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


More information about the llvm-commits mailing list