[Openmp-commits] [PATCH] D59783: [OpenMP] Implement 5.0 memory management

Alexey Bataev via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sat Jan 21 04:44:29 PST 2023


ABataev added a comment.

In D59783#4070643 <https://reviews.llvm.org/D59783#4070643>, @tianshilei1992 wrote:

> @ABataev Can we handle the detection of type `omp_allocator_handle_t` in another way? For example, is it possible to get the `TypeDecl *` from the identifier table and use that as the type (we can get the `QualType` from `TypeDecl *`)?

Can you try to fix initializers instead and make them 0UL, 1UL, etc.?


Repository:
  rOMP OpenMP

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

https://reviews.llvm.org/D59783



More information about the Openmp-commits mailing list