[PATCH] D144569: [Clang][OpenMP] Fix accessing of aligned arrays in offloaded target regions
Joseph Huber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 15 13:24:29 PDT 2023
jhuber6 accepted this revision.
jhuber6 added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: jplehr.
Pretty sure this is what we discussed in the meeting. So it should be fine to remove the alignment requirement on the declaration since we don't handle it properly by ref either.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144569/new/
https://reviews.llvm.org/D144569
More information about the cfe-commits
mailing list