[all-commits] [llvm/llvm-project] 67002b: [flang][OpenMP] Fix semantic check of test case in...

PeixinQiao via All-commits all-commits at lists.llvm.org
Wed Jul 14 07:33:41 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 67002b5f20c2c4c9bd5e89f79077ae8d6e165aae
      https://github.com/llvm/llvm-project/commit/67002b5f20c2c4c9bd5e89f79077ae8d6e165aae
  Author: Peixin Qiao <qiaopeixin at huawei.com>
  Date:   2021-07-14 (Wed, 14 Jul 2021)

  Changed paths:
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/test/Semantics/omp-clause-validity01.f90
    M flang/test/Semantics/omp-taskloop-simd01.f90

  Log Message:
  -----------
  [flang][OpenMP] Fix semantic check of test case in taskloop simd construct

The following semantic check is removed in OpenMP Version 5.0:
```
Taskloop simd construct restrictions: No reduction clause can be specified.
```

Also fix several typos.

Reviewed By: kiranchandramohan

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




More information about the All-commits mailing list