[PATCH] D115561: [Clang][OpenMP] Add the support for atomic compare in parser
Mike Rice via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 13 13:16:45 PST 2021
mikerice added a comment.
Note you'll want to add a line to flang/lib/Semantics/check-omp-structure.cpp for the new clause or the flang build will fail.
CHECK_SIMPLE_CLAUSE(Compare, OMPC_compare)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115561/new/
https://reviews.llvm.org/D115561
More information about the llvm-commits
mailing list