[PATCH] D145894: [IndVars] Option verify-indvars is broken (and always has been), delete it

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 13 01:10:25 PDT 2023


nikic requested changes to this revision.
nikic added inline comments.
This revision now requires changes to proceed.


================
Comment at: llvm/lib/Transforms/Scalar/IndVarSimplify.cpp:2203
-  if (VerifyMemorySSA && MSSAU)
-    MSSAU->getMemorySSA()->verifyMemorySSA();
-#endif
----------------
Accidentally also dropped MSSA verification?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145894/new/

https://reviews.llvm.org/D145894



More information about the llvm-commits mailing list