[all-commits] [llvm/llvm-project] d30b4e: [flang][openacc] Lower serial and serial loop cons...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Thu Apr 13 15:36:25 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d30b4e515a0cf509e56b88ddd7ddb87b9e601508
      https://github.com/llvm/llvm-project/commit/d30b4e515a0cf509e56b88ddd7ddb87b9e601508
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-04-13 (Thu, 13 Apr 2023)

  Changed paths:
    M flang/lib/Lower/OpenACC.cpp
    A flang/test/Lower/OpenACC/acc-serial-loop.f90
    A flang/test/Lower/OpenACC/acc-serial.f90

  Log Message:
  -----------
  [flang][openacc] Lower serial and serial loop construct

Lower the parse tree to acc dialects operations. Make use
of the parallel construct lowering and make it suitable
for all compute constructs lowering.

Reviewed By: PeteSteinfeld

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




More information about the All-commits mailing list