[all-commits] [llvm/llvm-project] c067c6: [mlir][openacc] Use new private representation in ...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon May 22 09:49:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c067c6e55dcf6cd936d4b74aed254abaa6f398fc
https://github.com/llvm/llvm-project/commit/c067c6e55dcf6cd936d4b74aed254abaa6f398fc
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-05-22 (Mon, 22 May 2023)
Changed paths:
M flang/test/Lower/OpenACC/acc-parallel-loop.f90
M flang/test/Lower/OpenACC/acc-parallel.f90
M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
M mlir/test/Dialect/OpenACC/ops.mlir
Log Message:
-----------
[mlir][openacc] Use new private representation in acc.parallel
Update acc.parallel private operands list to use the new design
introduced in D150622.
Test in flang/test/Lower/OpenACC/acc-parallel.f90 and
flang/test/Lower/OpenACC/acc-parallel-loop.f90 are temporarly
disabled and will be enabled with updated lowering in the follow-up
patch.
Reviewed By: razvanlupusoru
Differential Revision: https://reviews.llvm.org/D150971
More information about the All-commits
mailing list