This is an archive of the discontinued LLVM Phabricator instance.

[Clang][OpenMP] Make copyin clause on combined and composite construct work
ClosedPublic

Authored by yutsumi on Aug 19 2022, 1:02 AM.

Details

Summary

Make copyin clause on the following constructs work.

  • parallel for
  • parallel for simd
  • parallel sections

Fixes https://github.com/llvm/llvm-project/issues/55547

Diff Detail

Event Timeline

yutsumi created this revision.Aug 19 2022, 1:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 19 2022, 1:02 AM
yutsumi requested review of this revision.Aug 19 2022, 1:02 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 19 2022, 1:02 AM

Add clang unit tests, please

yutsumi updated this revision to Diff 454394.Aug 22 2022, 12:04 AM

add a clang unit test

This revision is now accepted and ready to land.Aug 22 2022, 5:11 AM

@ABataev , could you please commit this patch because I don't have commit access yet?
My git user name and email address: Yuichiro Utsumi (utsumi.yuichiro@fujitsu.com)

Thank you for the review!

@ABataev , could you please commit this patch because I don't have commit access yet?
My git user name and email address: Yuichiro Utsumi (utsumi.yuichiro@fujitsu.com)

Thank you for the review!

Sure, will do it tomorrow.