[PATCH] D76342: [OpenMP] Implement '#pragma omp tile'
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 16 12:05:51 PST 2021
clementval added a comment.
@Meinersbur This patch is making Flang buildbots failing.
Since you have added a clause in `OMP.td` you have to add lines here as well -> https://github.com/llvm/llvm-project/blob/adfd3c7083f9808d145239153c10f72eece485d8/flang/lib/Semantics/check-omp-structure.cpp#L681
CHECK_SIMPLE_CLAUSE(Sizes, OMPC_sizes)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76342/new/
https://reviews.llvm.org/D76342
More information about the llvm-commits
mailing list