[PATCH] D92189: [OpenMPIRBuilder] forward arguments as pointers to outlined function
Lubomir Litchev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 28 09:12:52 PST 2020
llitchev accepted this revision.
llitchev added a comment.
This revision is now accepted and ready to land.
This looks fine. Except the failing tests. Once fixed it should work. I have the changes on https://reviews.llvm.org/D91556 made (tax offline with Johannes offline and made changes to create the struct and capture the values just before the extraction as well - the parameters captured are the ones that the definition of the used var are parented by a different block than the block of the region. Spending time doing bunch of testing. This approach works as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92189/new/
https://reviews.llvm.org/D92189
More information about the llvm-commits
mailing list