[PATCH] D74505: [MemorySSA] Don't verify MemorySSA unless VerifyMemorySSA enabled
Alina Sbirlea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 16:58:31 PST 2020
asbirlea accepted this revision.
asbirlea added a comment.
This revision is now accepted and ready to land.
This had been intentionally left in in order to catch potential invalidations in debug builds.
However, since the overhead is overly large, putting it under EXPENSIVE_CHECKS seems the right thing to do.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74505/new/
https://reviews.llvm.org/D74505
More information about the llvm-commits
mailing list