[all-commits] [llvm/llvm-project] 6a3312: [mlir][openacc] destroy region on firstprivate.rec...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed May 24 07:58:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6a3312f3269ca57d94542b8f65b67e4b23e84533
https://github.com/llvm/llvm-project/commit/6a3312f3269ca57d94542b8f65b67e4b23e84533
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-05-24 (Wed, 24 May 2023)
Changed paths:
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] destroy region on firstprivate.recipe is optional
The destroy region is optional but the verifier was enforcing it.
Update the verifier and make it clear in the definition.
Reviewed By: razvanlupusoru
Differential Revision: https://reviews.llvm.org/D151239
More information about the All-commits
mailing list