[all-commits] [llvm/llvm-project] c3b139: Add Semantic check for Flang OpenMP 4.5 - 2.7.1 sc...

YashaswiniHegde via All-commits all-commits at lists.llvm.org
Wed Nov 11 02:30:33 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c3b1395384e5ebe27c3ddea10f940c19386927d3
      https://github.com/llvm/llvm-project/commit/c3b1395384e5ebe27c3ddea10f940c19386927d3
  Author: Yashaswini <yhegde at gmail.com>
  Date:   2020-11-11 (Wed, 11 Nov 2020)

  Changed paths:
    M flang/lib/Semantics/check-directive-structure.h
    M flang/lib/Semantics/check-omp-structure.cpp
    A flang/test/Semantics/omp-do-schedule01.f90
    A flang/test/Semantics/omp-do-schedule02.f90
    A flang/test/Semantics/omp-do-schedule03.f90
    A flang/test/Semantics/omp-do-schedule04.f90

  Log Message:
  -----------
  Add Semantic check for Flang OpenMP 4.5 - 2.7.1 schedule clause

Semantic check for the positive chunk size.

Test Cases:
omp-do-schedule01.f90
omp-do-schedule02.f90
omp-do-schedule03.f90
omp-do-schedule04.f90

Reviewed by: Kiran Chandramohan @kiranchandramohan

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




More information about the All-commits mailing list