[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
Tue Jan 24 15:04:51 PST 2023


pavelkopyl added a comment.

In D142508#4078481 <https://reviews.llvm.org/D142508#4078481>, @jdoerfert wrote:

> Why not add the test?

Sure, I'm going to add a test for this. I guess it will be written in LLVM IR, as I need to specify non-default alignment for a structure to be mapped.
Will it be OK? I just see that all the tests from /openmp/libomptarget/test/ are written in C.


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