[PATCH] D69785: [OpenMP] Introduce the OpenMP-IR-Builder

Roger Ferrer Ibanez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 4 15:21:10 PST 2019


rogfer01 added a comment.

In D69785#1733233 <https://reviews.llvm.org/D69785#1733233>, @jdoerfert wrote:

> In D69785#1732951 <https://reviews.llvm.org/D69785#1732951>, @rogfer01 wrote:
>
> > I made a small experiment lowering a `taskwait` (which is even simpler than `barrier` in "lowering" complexity). It was pretty straightforward after all.
>
>
> Nice, can you share the code? Was it based on the OpenMPIRBuilder (this one or the old one) or somehow separate?


I posted the WIP D69828 <https://reviews.llvm.org/D69828>.

Kind regards,


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69785





More information about the llvm-commits mailing list