[PATCH] D102449: [WIP][Clang][OpenMP] Add the support for compare clause in atomic directive

Carlo Bertolli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 17 08:02:19 PST 2021


carlo.bertolli added a comment.

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.


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