The destroy region is optional but the verifier was enforcing it.
Update the verifier and make it clear in the definition.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D151239
[mlir][openacc] destroy region on firstprivate.recipe is optional ClosedPublic Authored by clementval on May 23 2023, 11:57 AM.
Details Summary The destroy region is optional but the verifier was enforcing it.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 23 2023, 5:27 PM Closed by commit rG6a3312f3269c: [mlir][openacc] destroy region on firstprivate.recipe is optional (authored by clementval). · Explain WhyMay 24 2023, 7:58 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 524829 mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
mlir/test/Dialect/OpenACC/ops.mlir
|