This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Fix lvalue reference type generation in untied task loop
ClosedPublic

Authored by eastb233 on Jun 20 2023, 12:21 AM.

Details

Summary

For variables with lvalue reference type in untied task loop,
it now wrongly sets its actual type as ElementType. It should
be converted to pointer type.

It fixes https://github.com/llvm/llvm-project/issues/62965

Diff Detail

Event Timeline

eastb233 created this revision.Jun 20 2023, 12:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 20 2023, 12:21 AM
eastb233 requested review of this revision.Jun 20 2023, 12:21 AM
Herald added a project: Restricted Project. · View Herald Transcript
This revision is now accepted and ready to land.Jun 28 2023, 5:38 AM

LG

Thanks a lot for the review. And I do not have commit access, could you please help commit the patch
And my name is "Zhiheng Xie", email is "eastb233@qq.com"