[PATCH] D90241: [openmp][openacc] Check for duplicate clauses for directive

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 27 08:28:32 PDT 2020


clementval created this revision.
clementval added reviewers: kiranchandramohan, jdoerfert, jdenny, DavidTruby.
Herald added subscribers: llvm-commits, guansong, yaxunl.
Herald added a project: LLVM.
clementval requested review of this revision.
Herald added a subscriber: sstefan1.

Check for duplicate clauses associated with directive. Clauses can appear only once
in the 4 lists associated with each directive (allowedClauses, allowedOnceClauses, 
allowedExclusiveClauses, requiredClauses). Duplicates were already present (removed with this
patch) or were introduce in new patches by mistake (D89861 <https://reviews.llvm.org/D89861>).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90241

Files:
  llvm/include/llvm/Frontend/OpenACC/ACC.td
  llvm/include/llvm/TableGen/DirectiveEmitter.h
  llvm/test/TableGen/directive3.td
  llvm/utils/TableGen/DirectiveEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90241.301005.patch
Type: text/x-patch
Size: 5469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201027/b2c6cf8c/attachment.bin>


More information about the llvm-commits mailing list