[PATCH] D142796: Flang semantic check support for tile and unroll OpenMP Directive.

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 17 09:15:12 PDT 2023


clementval added inline comments.


================
Comment at: flang/test/Semantics/OpenMP/omp-do-tile.f90:8
+	!ERROR: The parameter value in the Partial clause must be greater than one 
+	!$omp tile sizes(2, -2, 2) 
+	do i = 1,100
----------------
Can you add test with non-constant integer. The standard does precise that 
> size-list is a list s1,…,sn of positive integer expressions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142796



More information about the llvm-commits mailing list