[PATCH] D120336: [flang] Update PFTBuilder

Peixin Qiao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 25 17:05:40 PST 2022


peixin added a comment.

The lowering for OpenMP/OpenACC declarative constructs is upstreamed in this patch. However, there is no regression test for them. In addition, I found a bug when I look at lowering OpenMP Threadprivate directive. D120459 <https://reviews.llvm.org/D120459> and D120460 <https://reviews.llvm.org/D120460> address those two problems. D120460 <https://reviews.llvm.org/D120460> is based on D120459 <https://reviews.llvm.org/D120459>. They are split for ease of review. @clementval  Could you please help review them?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120336/new/

https://reviews.llvm.org/D120336



More information about the llvm-commits mailing list