This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP] update release note for implemented OMP 5.0 features
ClosedPublic

Authored by kkwli0 on Jan 15 2019, 10:48 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

kkwli0 created this revision.Jan 15 2019, 10:48 AM

It would be good to update OpenMPSupport.rst too to show supported features from OpenMP 5.0.

kkwli0 updated this revision to Diff 181834.Jan 15 2019, 11:21 AM

Add update in OpenMP support release note.

This revision is now accepted and ready to land.Jan 15 2019, 12:23 PM

Could we add the changes in D56790 to this diff?

Could we add the changes in D56790 to this diff?

Sure, I will do that.

kkwli0 updated this revision to Diff 182384.Jan 17 2019, 1:10 PM
kkwli0 added a reviewer: gtbercea.

Add changes in D56790.

Could we add the changes in D56790 to this diff?

Sure, I will do that.

Thanks a lot!

kkwli0 requested review of this revision.Jan 17 2019, 1:10 PM
gtbercea added inline comments.Jan 17 2019, 1:39 PM
docs/OpenMPSupport.rst
62 ↗(On Diff #182384)

Simplified SPMD code generation for distribute parallel for when the new default schedules are applicable.

kkwli0 marked 2 inline comments as done.Jan 18 2019, 10:37 AM
kkwli0 added inline comments.
docs/OpenMPSupport.rst
62 ↗(On Diff #182384)

Will update the sentence.

kkwli0 updated this revision to Diff 182556.Jan 18 2019, 10:37 AM
kkwli0 marked an inline comment as done.

Addressed reviewer's comment.

gtbercea accepted this revision.Jan 18 2019, 10:48 AM

Thanks for the update!

LG

This revision is now accepted and ready to land.Jan 18 2019, 10:48 AM
This revision was automatically updated to reflect the committed changes.