[all-commits] [llvm/llvm-project] 6280bc: [Flang][openmp][5.0] Add task_reduction clause.

sameeranjoshi via All-commits all-commits at lists.llvm.org
Sun Jan 3 19:38:24 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6280bc1cc34ad67c4297b2da1ff3920f410e6894
      https://github.com/llvm/llvm-project/commit/6280bc1cc34ad67c4297b2da1ff3920f410e6894
  Author: sameeran joshi <sameeranjayant.joshi at amd.com>
  Date:   2021-01-04 (Mon, 04 Jan 2021)

  Changed paths:
    M flang/include/flang/Parser/parse-tree.h
    M flang/lib/Parser/openmp-parsers.cpp
    M flang/lib/Parser/unparse.cpp
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/lib/Semantics/check-omp-structure.h
    M flang/test/Semantics/omp-clause-validity01.f90
    M llvm/include/llvm/Frontend/OpenMP/OMP.td

  Log Message:
  -----------
  [Flang][openmp][5.0] Add task_reduction clause.

See OMP-5.0 2.19.5.5 task_reduction Clause.
To add a positive test case we need `taskgroup` directive which is not added hence skipping the test.
This is a dependency for `taskgroup` construct.

Reviewed By: clementval

Differential Revision: https://reviews.llvm.org/D93105

Co-authored-by: Valentin Clement <clementval at gmail.com>




More information about the All-commits mailing list