[all-commits] [llvm/llvm-project] 63d79e: [flang][openacc] Preserve user order for entry dat...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Wed May 10 08:23:09 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 63d79eb331d83b1e72554316f4fffb681670242d
      https://github.com/llvm/llvm-project/commit/63d79eb331d83b1e72554316f4fffb681670242d
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-05-10 (Wed, 10 May 2023)

  Changed paths:
    M flang/lib/Lower/OpenACC.cpp
    M flang/test/Lower/OpenACC/acc-data.f90

  Log Message:
  -----------
  [flang][openacc] Preserve user order for entry data operand on data construct

The order of operand in clauses that are decomposed was not
preserved. This patch change how operands are handled and preserve
the user ordering for the entry data operation on the acc.data
operation.

Reviewed By: vzakhari

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




More information about the All-commits mailing list