[PATCH] D93105: [Flang][openmp][5.0] Add task_reduction clause.
    Valentin Clement via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Dec 16 06:17:54 PST 2020
    
    
  
clementval added inline comments.
================
Comment at: flang/lib/Parser/openmp-parsers.cpp:108
+//[OMP-5.0] 2.19.5.5 TASK_REDUCTION (reduction-identifier: variable-name-list)
+TYPE_PARSER(construct<OmpTaskReductionClause>(Parser<OmpReductionClause>{}))
 
----------------
Do you really need this indirection? Why not using `OmpReductionClause` directly? 
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93105/new/
https://reviews.llvm.org/D93105
    
    
More information about the llvm-commits
mailing list