[PATCH] D145894: [IndVars] Option verify-indvars is broken (and always has been), delete it
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 13 07:24:13 PDT 2023
mkazantsev added inline comments.
================
Comment at: llvm/lib/Transforms/Scalar/IndVarSimplify.cpp:2203
- if (VerifyMemorySSA && MSSAU)
- MSSAU->getMemorySSA()->verifyMemorySSA();
-#endif
----------------
nikic wrote:
> Accidentally also dropped MSSA verification?
Yeah, thanks for pointing out.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145894/new/
https://reviews.llvm.org/D145894
More information about the llvm-commits
mailing list