This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Fix iterations calculation for dependent counters
ClosedPublic

Authored by mikerice on Feb 1 2021, 4:29 PM.

Details

Summary

The number of iterations calculation was failing in some cases with more
than two collpased loops. Now the LoopIterationSpace selected matches
InitDependOnLC and CondDependOnLC.

Diff Detail

Event Timeline

mikerice created this revision.Feb 1 2021, 4:29 PM
mikerice requested review of this revision.Feb 1 2021, 4:29 PM
This revision is now accepted and ready to land.Feb 2 2021, 5:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 2 2021, 10:11 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript