[all-commits] [llvm/llvm-project] 1b56f2: [flang] Detect image control statements in non-con...

Peter Klausler via All-commits all-commits at lists.llvm.org
Mon Mar 27 17:13:35 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b56f273b27114322187ea0509762671cdec9e84
      https://github.com/llvm/llvm-project/commit/1b56f273b27114322187ea0509762671cdec9e84
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2023-03-27 (Mon, 27 Mar 2023)

  Changed paths:
    M flang/lib/Semantics/tools.cpp
    M flang/test/Semantics/doconcurrent01.f90

  Log Message:
  -----------
  [flang] Detect image control statements in non-construct IF statements

The utility routine in semantics that determines whether an
executable construct constitutes an image control statement
was not examining the single action statement controlled by
a non-construct IF statement, e.g. 'IF(P) STOP'.

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




More information about the All-commits mailing list