[Openmp-commits] [PATCH] D102107: [OpenMP] Codegen aggregate for outlined function captures
Pushpinder Singh via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Sep 29 04:23:59 PDT 2021
pdhaliwal added a comment.
Apologies for late reply. Most of the tests now do not try to call malloc, so no page fault errors. But all of them are producing wrong results. For e.g. declare_mapper_target.cpp produces Sum = 132608 with the patch applied. Similarly for other tests as well. So don't know what's happening yet.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102107/new/
https://reviews.llvm.org/D102107
More information about the Openmp-commits
mailing list