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

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 2 07:37:06 PST 2021


Meinersbur added a comment.

In D114413#3160044 <https://reviews.llvm.org/D114413#3160044>, @peixin wrote:

> In D114413#3159095 <https://reviews.llvm.org/D114413#3159095>, @Meinersbur wrote:
>
>> In D114413#3154936 <https://reviews.llvm.org/D114413#3154936>, @peixin wrote:
>>
>>> 
>
> `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.

D114368 <https://reviews.llvm.org/D114368> (which this patch depends on) moves `getPreheder()` to the `.cpp` files (because it has become more than a simple getter)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114413



More information about the llvm-commits mailing list