[PATCH] D102449: [WIP][Clang][OpenMP] Add the support for compare clause in atomic directive
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 17 10:25:59 PST 2021
ABataev added a comment.
In D102449#3137713 <https://reviews.llvm.org/D102449#3137713>, @carlo.bertolli wrote:
> This is already a lot of code with parse+sema. I wonder if we should split the patch into two, i.e. 1. parse+sema; 2. code gen? @ABataev ?
> It should simplify maintenance of the patch and allow time to extend the OpenMP IR builder.
+1
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102449/new/
https://reviews.llvm.org/D102449
More information about the llvm-commits
mailing list