[Openmp-commits] [PATCH] D142508: [OpenMP][libomptarget] Fix alignment calculation for mapping struct members.

Andrew Savonichev via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jan 24 15:52:45 PST 2023


asavonic added a comment.

Just to summarize, the current implementation of padding in libomptarget has a bug, but it was hidden until we changed default alignment of allocas in D135462 <https://reviews.llvm.org/D135462>. This bug is now gating D135462 <https://reviews.llvm.org/D135462> and Pavel and I were trying to investigate it. @jdoerfert, @grokos, your feedback is very welcome, since we're not really familiar with the code in OpenMP runtime.


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