[all-commits] [llvm/llvm-project] 96716e: Add Semantic check for Flang OpenMP 4.5 - 2.15.3.6...

Yashaswini Hegde via All-commits all-commits at lists.llvm.org
Fri Mar 12 09:33:41 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 96716e6749c31493f5a3b57685d4686ba9cdd8fe
      https://github.com/llvm/llvm-project/commit/96716e6749c31493f5a3b57685d4686ba9cdd8fe
  Author: Yashaswini <yhegde at gmail.com>
  Date:   2021-03-12 (Fri, 12 Mar 2021)

  Changed paths:
    M flang/lib/Semantics/check-directive-structure.h
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/lib/Semantics/check-omp-structure.h
    M flang/lib/Semantics/resolve-directives.cpp
    A flang/test/Semantics/omp-reduction01.f90
    A flang/test/Semantics/omp-reduction02.f90
    A flang/test/Semantics/omp-reduction03.f90
    A flang/test/Semantics/omp-reduction04.f90
    A flang/test/Semantics/omp-reduction05.f90
    A flang/test/Semantics/omp-reduction06.f90
    A flang/test/Semantics/omp-reduction07.f90
    A flang/test/Semantics/omp-reduction08.f90
    A flang/test/Semantics/omp-reduction09.f90
    A flang/test/Semantics/omp-reduction10.f90
    M flang/test/Semantics/omp-symbol08.f90

  Log Message:
  -----------
  Add Semantic check for Flang OpenMP 4.5 - 2.15.3.6 Reduction clause
Implementation of Reduction clause restriction checks.

Files:

flang/lib/Semantics/check-directive-structure.h
flang/lib/Semantics/check-omp-structure.cpp
flang/lib/Semantics/check-omp-structure.h
flang/lib/Semantics/resolve-directives.cpp

Testcases:

flang/test/Semantics/omp-reduction01.f90
flang/test/Semantics/omp-reduction02.f90
flang/test/Semantics/omp-reduction03.f90
flang/test/Semantics/omp-reduction04.f90
flang/test/Semantics/omp-reduction05.f90
flang/test/Semantics/omp-reduction06.f90
flang/test/Semantics/omp-reduction07.f90
flang/test/Semantics/omp-reduction08.f90
flang/test/Semantics/omp-reduction09.f90
flang/test/Semantics/omp-reduction10.f90
flang/test/Semantics/omp-symbol08.f90

Reviewed by: Kiran Chandramohan @kiranchandramohan and Valentin Clement @clementval.

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




More information about the All-commits mailing list