[llvm] delete MF.verify from PPCMIPeephole pass (PR #108075)
zhijian lin via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 16 06:19:32 PDT 2024
================
@@ -177,11 +177,6 @@ struct PPCMIPeephole : public MachineFunctionPass {
if (skipFunction(MF.getFunction()))
return false;
bool Changed = simplifyCode();
-#ifndef NDEBUG
----------------
diggerlin wrote:
this `MF.verify` cause Compile time regression with 502.gcc at BASE and PEAK from 62 seconds to 255 seconds
https://github.com/llvm/llvm-project/pull/108075
More information about the llvm-commits
mailing list