[Openmp-commits] [PATCH] D142508: [OpenMP][libomptarget] Fix alignment calculation for mapping struct members.
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jan 25 18:01:49 PST 2023
jdoerfert added a comment.
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.
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