[PATCH] D79948: [OPENMP50]Codegen for inscan reductions in worksharing directives.

Johannes Doerfert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 3 13:46:36 PDT 2020


jdoerfert added a comment.

Looks good, puzzled about the one changed mentioned below.



================
Comment at: clang/lib/Sema/SemaOpenMP.cpp:14900
         }
-        continue;
       }
----------------
Why would we continue after this error?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79948





More information about the cfe-commits mailing list