Use the assembly format with custom parser/printer
for specific clauses instead of a full custom parser/printer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D148391
[mlir][openacc][NFC] Use assembly format for acc.loop ClosedPublic Authored by clementval on Apr 14 2023, 4:05 PM.
Details Summary Use the assembly format with custom parser/printer
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 14 2023, 4:05 PM Herald added subscribers: stephenneuendorffer, nicolasvasilache, jdoerfert. · View Herald Transcript This revision is now accepted and ready to land.Apr 14 2023, 4:49 PM Closed by commit rG7960993e4638: [mlir][openacc][NFC] Use assembly format for acc.loop (authored by clementval). · Explain WhyApr 17 2023, 7:53 AM This revision was automatically updated to reflect the committed changes. clementval added a reverting change: rGe1d1da71cba3: Revert "[mlir][openacc][NFC] Use assembly format for acc.loop".Apr 17 2023, 8:06 AM This revision is now accepted and ready to land.Apr 17 2023, 9:31 AM Closed by commit rGb6c1930d56e8: [mlir][openacc][NFC] Use assembly format for acc.loop (authored by clementval). · Explain WhyApr 17 2023, 12:45 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 514369 flang/lib/Lower/OpenACC.cpp
flang/test/Lower/OpenACC/acc-kernels-loop.f90
flang/test/Lower/OpenACC/acc-loop.f90
flang/test/Lower/OpenACC/acc-parallel-loop.f90
flang/test/Lower/OpenACC/acc-serial-loop.f90
mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
mlir/test/Dialect/OpenACC/invalid.mlir
mlir/test/Dialect/OpenACC/ops.mlir
|