[Openmp-commits] [PATCH] D142508: [OpenMP][libomptarget] Fix alignment calculation for mapping struct members.
Pavel Kopyl via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jan 26 11:20:28 PST 2023
pavelkopyl added a comment.
In D142508#4081622 <https://reviews.llvm.org/D142508#4081622>, @jdoerfert wrote:
> Your approach fails the second scenario in the D142586 <https://reviews.llvm.org/D142586> test case. The problem is you look at the first member mapped but that is not necessarily the first member mapped later.
OK, that you for clarification.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142508/new/
https://reviews.llvm.org/D142508
More information about the Openmp-commits
mailing list