You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should remove -verify-scev-strict -- it just confuses people not familiar with SCEV ("strict must be better, right?"). -verify-scev-maps can be removed as well, this is mostly covered by -verify-scev now. -scev-verify-ir might still have some value as a debugging option.
-verify-scev-maps removed in c1aa0dc. I've put up https://reviews.llvm.org/D152513 to slightly strengthen -verify-scev with the hopefully false positive free subset of -verify-scev-strict. Once that is done, we should rename -verify-scev-strict to -verify-scev-with-false-positives or similar.
By changing the default values to enable
-verify-scev
,-verify-scev-strict
,-verify-scev-maps
, and-scev-verify-ir
, I observe 78 test failures:Most look like this trip count changed sample:
A few are different:
The text was updated successfully, but these errors were encountered: