Re: [PATCH v5 1/11] openmp: Refactor handling of iterators

2025-07-16 Thread Tobias Burnus
Kwok Cheung Yeung wrote: Date: Wed, 27 Nov 2024 21:49:12 + Subject: [PATCH 01/11] openmp: Refactor handling of iterators Move code to calculate the iteration size and to generate the iterator expansion loop into separate functions. Use OMP_ITERATOR_DECL_P to check for iterators in clause de

[PATCH v5 1/11] openmp: Refactor handling of iterators

2025-07-09 Thread Kwok Cheung Yeung
V1: https://gcc.gnu.org/pipermail/gcc-patches/2024-May/652681.html V2: https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662139.html V3: https://gcc.gnu.org/pipermail/gcc-patches/2024-October/664542.html V4: https://gcc.gnu.org/pipermail/gcc-patches/2024-November/670334.html This patch is