This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP]Increment iterator when the loop is continued.
ClosedPublic

Authored by ABataev on Sep 11 2018, 9:43 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

ABataev created this revision.Sep 11 2018, 9:43 AM
This revision is now accepted and ready to land.Sep 11 2018, 10:03 AM
This revision was automatically updated to reflect the committed changes.

(for reference: I missed this in D51623)

@ABataev can you extend test/mapping/pr38704.c with a map that would have triggered the infinite loop?

(for reference: I missed this in D51623)

@ABataev can you extend test/mapping/pr38704.c with a map that would have triggered the infinite loop?

Yes, will try to do it.

Extended the test in r343344