[PATCH] D153321: [OpenMP] Fix lvalue reference type generation in untied task loop

2023-06-20 Thread Zhiheng Xie via Phabricator via cfe-commits
eastb233 created this revision. eastb233 added a reviewer: ABataev. Herald added subscribers: sunshaoce, guansong, yaxunl. Herald added a project: All. eastb233 requested review of this revision. Herald added a reviewer: jdoerfert. Herald added subscribers: cfe-commits, jplehr, sstefan1. Herald add

[PATCH] D153321: [OpenMP] Fix lvalue reference type generation in untied task loop

2023-06-27 Thread Zhiheng Xie via Phabricator via cfe-commits
eastb233 added a comment. Ping. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D153321/new/ https://reviews.llvm.org/D153321 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/c

[PATCH] D153321: [OpenMP] Fix lvalue reference type generation in untied task loop

2023-06-28 Thread Zhiheng Xie via Phabricator via cfe-commits
eastb233 added a comment. In D153321#4455776 , @ABataev wrote: > 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 "eastb...@qq.com" Repository: rG LLVM Git