[all-commits] [llvm/llvm-project] f7d92d: [mlir][openacc] Use new private representation in ...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon May 22 09:50:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f7d92d45a875a252848df741dcb089d4cb89af3e
https://github.com/llvm/llvm-project/commit/f7d92d45a875a252848df741dcb089d4cb89af3e
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-05-22 (Mon, 22 May 2023)
Changed paths:
M flang/test/Lower/OpenACC/acc-serial-loop.f90
M flang/test/Lower/OpenACC/acc-serial.f90
M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
M mlir/test/Dialect/OpenACC/ops.mlir
Log Message:
-----------
[mlir][openacc] Use new private representation in acc.serial
Update acc.serial 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 next
patch.
Depends on D150971
Reviewed By: razvanlupusoru
Differential Revision: https://reviews.llvm.org/D150972
More information about the All-commits
mailing list