[all-commits] [llvm/llvm-project] ade0aa: [flang][openacc] Generate the declare register fun...

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ade0aa6163e0b679dfc688dc4074184d3b406d88
      https://github.com/llvm/llvm-project/commit/ade0aa6163e0b679dfc688dc4074184d3b406d88
  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] Generate the declare register function

Generate the register function for global declare
variable. This function is meant to be called after the
actual data is allocated. Patch to insert the function call
and attribute will follow.

Depends on D157338

Reviewed By: razvanlupusoru

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




More information about the All-commits mailing list