Add missing operands to represent copin with readonly modifier, copyout with zero
modifier, create with zero modifier and default clause.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D87733
[mlir][openacc] Add missing operands for acc.parallel operation ClosedPublic Authored by clementval on Sep 15 2020, 5:56 PM.
Details Summary Add missing operands to represent copin with readonly modifier, copyout with zero
Diff Detail
Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptSep 15 2020, 5:56 PM This revision is now accepted and ready to land.Sep 16 2020, 12:58 AM
Closed by commit rGd9953d155493: [mlir][openacc] Add missing operands for acc.parallel operation (authored by clementval). · Explain WhySep 16 2020, 7:49 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 292219 mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
mlir/test/Dialect/OpenACC/ops.mlir
|
Nit: avoid overly restrictive checks. Does this rest really rely on something being on the _next_ non-empty line?