[PATCH] D142796: Flang semantic check support for tile and unroll OpenMP Directive.
Abid via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 21 12:37:12 PDT 2023
abidmalikwaterloo marked 2 inline comments as done.
abidmalikwaterloo 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
----------------
clementval wrote:
> Can you add test with non-constant integer. The standard does precise that
> > size-list is a list s1,…,sn of positive integer expressions.
Do you mean initialing a variable and then using it in the sizes clause: e.g. sizes (2, x, 2)?
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