This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Fixed a segmentation fault when using taskloop and target nowait
ClosedPublic

Authored by tianshilei1992 on Jul 17 2021, 9:29 AM.

Details

Summary

The synchronization of task loop misses hidden helper tasks, causing segmentation
fault reported in https://bugs.llvm.org/show_bug.cgi?id=50002.

Diff Detail

Event Timeline

tianshilei1992 created this revision.Jul 17 2021, 9:29 AM
tianshilei1992 requested review of this revision.Jul 17 2021, 9:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 17 2021, 9:29 AM
ye-luo accepted this revision.Jul 19 2021, 6:00 PM
ye-luo added a subscriber: ye-luo.

LGTM

This revision is now accepted and ready to land.Jul 19 2021, 6:00 PM