[PATCH] D92189: [OpenMPIRBuilder] forward arguments as pointers to outlined function
Alex Zinenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 26 09:36:03 PST 2020
ftynse added a comment.
I ran into this when trying to generate OpenMP code from MLIR (not Fortran). We use structs for our rich pointer abstraction and using that struct in the outlined code led to memory corruptions because it was not passed by pointer. I suppose the intent is the same as https://reviews.llvm.org/D91556, so consider me commandeering that revision.
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