[llvm] delete MF.verify from PPCMIPeephole pass (PR #108075)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 10 13:52:03 PDT 2024
================
@@ -177,11 +177,6 @@ struct PPCMIPeephole : public MachineFunctionPass {
if (skipFunction(MF.getFunction()))
return false;
bool Changed = simplifyCode();
-#ifndef NDEBUG
----------------
RolandF77 wrote:
There is a comment at line 19 saying that the verifier will be run. It should be removed if the verifier will not be run.
https://github.com/llvm/llvm-project/pull/108075
More information about the llvm-commits
mailing list