[all-commits] [llvm/llvm-project] d2fdda: [mlir][flang][openacc] Use new private representat...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon May 22 09:53:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d2fddaef5333144d02b2f21a7d27771ecdb420b6
https://github.com/llvm/llvm-project/commit/d2fddaef5333144d02b2f21a7d27771ecdb420b6
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-05-22 (Mon, 22 May 2023)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
M flang/test/Lower/OpenACC/acc-loop.f90
M flang/test/Lower/OpenACC/acc-parallel-loop.f90
M flang/test/Lower/OpenACC/acc-serial-loop.f90
M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
Log Message:
-----------
[mlir][flang][openacc] Use new private representation for acc.loop
Update acc.loop private operands list to use the new design
introduced in D150622.
Depends on D150975
Reviewed By: razvanlupusoru
Differential Revision: https://reviews.llvm.org/D150984
More information about the All-commits
mailing list