[all-commits] [llvm/llvm-project] 314abe: [flang][OpenMP] Check for occurrence of multiple l...

arnamoy10 via All-commits all-commits at lists.llvm.org
Mon May 30 07:55:20 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 314abe3922c1dc5050b3eefc09ff794ba4dd807c
      https://github.com/llvm/llvm-project/commit/314abe3922c1dc5050b3eefc09ff794ba4dd807c
  Author: Arnamoy Bhattacharyya <arnamoy.bhattacharyya at huawei.com>
  Date:   2022-05-30 (Mon, 30 May 2022)

  Changed paths:
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/lib/Semantics/check-omp-structure.h
    A flang/test/Semantics/omp-simd-nontemporal.f90

  Log Message:
  -----------
  [flang][OpenMP] Check for occurrence of multiple list items in nontemporal clause for simd directive

This patch implements the following semantic check:

A list-item cannot appear in more than one nontemporal clause.

Reviewed By: kiranchandramohan, shraiysh

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




More information about the All-commits mailing list