[all-commits] [llvm/llvm-project] 6a3c4a: [flang][OpenMP] Added parser support for in_reduct...

NimishMishra via All-commits all-commits at lists.llvm.org
Mon Jun 6 02:24:30 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6a3c4a40f4ba6943c5902660858d0c3df2830330
      https://github.com/llvm/llvm-project/commit/6a3c4a40f4ba6943c5902660858d0c3df2830330
  Author: Nimish Mishra <neelam.nimish at gmail.com>
  Date:   2022-06-06 (Mon, 06 Jun 2022)

  Changed paths:
    M flang/include/flang/Parser/dump-parse-tree.h
    M flang/include/flang/Parser/parse-tree.h
    M flang/lib/Parser/openmp-parsers.cpp
    M flang/lib/Parser/unparse.cpp
    A flang/test/Examples/omp-in-reduction-clause.f90
    A flang/test/Parser/omp-in-reduction-clause.f90
    M llvm/include/llvm/Frontend/OpenMP/OMP.td

  Log Message:
  -----------
  [flang][OpenMP] Added parser support for in_reduction clause

OpenMP 5.0 adds a new clause `in_reduction` on OpenMP directives.
This patch adds parser support for the same.

Reviewed By: kiranchandramohan

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




More information about the All-commits mailing list