[PATCH] D105874: [flang][OpenMP] Add semantic check for reduction clause in taskloop simd construct

Kiran Chandramohan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 13 09:10:49 PDT 2021


kiranchandramohan added a comment.

In D105874#2874181 <https://reviews.llvm.org/D105874#2874181>, @peixin wrote:

> @clementval Yes, I agree. I did not notice that this restriction was deleted in Openmp-5.0 standard when I upload the first version of this patch. Do you think if I should fix the restriction info in `omp-taskloop-simd01.f90` and the typos in `omp-clause-validity01.f90`, and change the commit message by stating that this restriction is deleted in openmp version 5.0?

Yes, please do.


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

https://reviews.llvm.org/D105874



More information about the llvm-commits mailing list