This is an archive of the discontinued LLVM Phabricator instance.

[polly] Don't count scops in a global variable.
ClosedPublic

Authored by efriedma on Feb 24 2020, 3:48 PM.

Details

Summary

Global variables aren't thread-safe.

Diff Detail

Event Timeline

efriedma created this revision.Feb 24 2020, 3:48 PM
Herald added a project: Restricted Project. · View Herald Transcript
Meinersbur accepted this revision.Feb 24 2020, 3:55 PM

And I thought we got rid of such globals some time ago.

LGTM.

This revision is now accepted and ready to land.Feb 24 2020, 3:55 PM
This revision was automatically updated to reflect the committed changes.