================ @@ -2734,6 +2775,11 @@ bool GVNPass::processInstruction(Instruction *I) { return false; } + if (auto *II = dyn_cast<IntrinsicInst>(I)) ---------------- MDevereau wrote: Done. https://github.com/llvm/llvm-project/pull/157689