This is an archive of the discontinued LLVM Phabricator instance.

Addition of schedule(simd:static)
ClosedPublic

Authored by tlwilmar on May 26 2016, 1:06 PM.

Details

Summary

This patch implements the new kmp_sch_static_balanced_chunked schedule kind that the compiler will generate when it encounters schedule(simd: static). It just adds the new constant and the new switch case __kmp_for_static_init.

Patch by Alex Duran.

Diff Detail

Repository
rL LLVM

Event Timeline

tlwilmar updated this revision to Diff 58674.May 26 2016, 1:06 PM
tlwilmar retitled this revision from to Addition of schedule(simd:static).
tlwilmar updated this object.
tlwilmar added reviewers: AndreyChurbanov, jlpeyton.
tlwilmar set the repository for this revision to rL LLVM.
tlwilmar added subscribers: openmp-commits, ABataev.
AndreyChurbanov accepted this revision.May 31 2016, 10:50 AM
AndreyChurbanov edited edge metadata.

LGTM

This revision is now accepted and ready to land.May 31 2016, 10:50 AM
This revision was automatically updated to reflect the committed changes.