[PATCH] D77821: [Flang][OpenMP] Avoid abort when collapse clause value is negative

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 16 18:57:16 PDT 2020


clementval marked 2 inline comments as done.
clementval added a comment.

@sscalpone Just to be sure what we are talking about. Semantic check for ordered and collapse clause are done in `check-omp-structure.cpp`. Those checks are executed after the name resolution. So the check here is still necessary unless semantic check are done before name resolution.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77821





More information about the llvm-commits mailing list