This is an archive of the discontinued LLVM Phabricator instance.

[SCEV] Enable verification under EXPENSIVE_CHECKS
ClosedPublic

Authored by nikic on Mar 1 2022, 3:00 AM.

Details

Summary

SCEV verification should no longer affect results of subsequent queries, and our lit tests as well as llvm-test-suite pass with SCEV verification enabled, so I think we can enable it by default under EXPENSIVE_CHECKS now.

Depends on D120551.

Diff Detail

Event Timeline

nikic created this revision.Mar 1 2022, 3:00 AM
nikic requested review of this revision.Mar 1 2022, 3:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 1 2022, 3:01 AM
mkazantsev resigned from this revision.Mar 4 2022, 12:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 4 2022, 12:12 AM
reames accepted this revision.Mar 5 2022, 12:49 PM

LGTM

I will be very curious what falls out once you land this. :)

This revision is now accepted and ready to land.Mar 5 2022, 12:49 PM
This revision was landed with ongoing or failed builds.Mar 7 2022, 12:53 AM
This revision was automatically updated to reflect the committed changes.