[PATCH] D110502: [Flang][openmp] Add semantic checks for OpenMP critical construct name resolution
Nimish Mishra via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 12 02:46:56 PDT 2021
NimishMishra added a comment.
In D110502#3057634 <https://reviews.llvm.org/D110502#3057634>, @kiranchandramohan wrote:
> @NimishMishra Can you prioritise this patch for completion today?
Okay. I have added one hint clause semantic check as well. Hope that is fine too. It also has to done with name resolution problem only: namely, a hint clause can't exist on a critical directive that is unnamed.
Everything is ready. As soon as advise on this, I push the revised diff here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110502/new/
https://reviews.llvm.org/D110502
More information about the llvm-commits
mailing list