[all-commits] [llvm/llvm-project] 570c16: [flang][openacc] Support single array element in d...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Tue Oct 24 11:41:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 570c168e867382ed77f46f7e0427fb869a7a7e08
      https://github.com/llvm/llvm-project/commit/570c168e867382ed77f46f7e0427fb869a7a7e08
  Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
  Date:   2023-10-24 (Tue, 24 Oct 2023)

  Changed paths:
    M flang/lib/Lower/DirectivesCommon.h
    M flang/test/Lower/OpenACC/acc-enter-data.f90

  Log Message:
  -----------
  [flang][openacc] Support single array element in data clause (#70065)

`gatherDataOperandAddrAndBounds` was crashing when a single array
element was passed in a data clause. This patch fixes the issue.




More information about the All-commits mailing list