[PATCH] D114413: [OpenMPIRBuilder] Implement static-chunked workshare-loop schedules.

Peixin Qiao via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 29 17:02:36 PST 2021


peixin added a comment.

In D114413#3159095 <https://reviews.llvm.org/D114413#3159095>, @Meinersbur wrote:

> In D114413#3154936 <https://reviews.llvm.org/D114413#3154936>, @peixin wrote:
>
>> @Meinersbur Please rebase on main. The function "getPreheader()" was moved into OMPIRBuilder.h.
>
> I rebased, but I am not sure what you are referring to. `getPreheader()` always was in `OMPIRBuilder.h`

`getPreheader()` was in `OMPIRBuilder.cpp` before you rebase in your last update here. That's why I let you rebase since I failed to git apply your last patch in main branch. It's not important now. Please forget about that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114413



More information about the cfe-commits mailing list