[PATCH] D52454: Run VerifyDAGDiverence in debug only
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 25 12:35:54 PDT 2018
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
It's okay not to run the verifier in Release mode if it's hurting performance. I'm a bit surprised it's actually measurable, but I guess adding a bunch of extra walks over the DAG could add up to a few percent.
LGTM
Repository:
rL LLVM
https://reviews.llvm.org/D52454
More information about the llvm-commits
mailing list