[PATCH] D158559: [OpenMP] WIP: Attempt to fix clang frontend codegen issue

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 22 15:40:23 PDT 2023


ABataev added a comment.

1. Always provide full context in the patch.
2. It looks like we're counting the pointer size (or the size of just the first element of the array), because  we do not account array section here, either just the pointer or the first element only (most probably second option). Need to teach the compiler about array section here.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158559/new/

https://reviews.llvm.org/D158559



More information about the cfe-commits mailing list