[all-commits] [llvm/llvm-project] 7b2461: [flang][openacc] Always generate acc.declare_exit

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Wed Aug 9 11:12:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7b24612c6fe4bd91d664264b452040fac4a93a0c
      https://github.com/llvm/llvm-project/commit/7b24612c6fe4bd91d664264b452040fac4a93a0c
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-08-09 (Wed, 09 Aug 2023)

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

  Log Message:
  -----------
  [flang][openacc] Always generate acc.declare_exit

Always generate the acc.declare_exit operation so it
matches the acc.declare_enter operation. This is to ensure the
lifetime of data in the implicit region.

Reviewed By: razvanlupusoru

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




More information about the All-commits mailing list