Move the device_type parser to a separate parser AccDeviceTypeExprList. Preparatory work for D106968.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Paths
| Differential D106967
[flang][openacc][NFC] Extract device_type parser to its own ClosedPublic Authored by clementval on Jul 28 2021, 8:08 AM.
Details Summary Move the device_type parser to a separate parser AccDeviceTypeExprList. Preparatory work for D106968.
Diff Detail
Unit TestsFailed Event Timelineclementval added a child revision: D106968: [flang][openacc] Use TableGen to generate the clause parser. Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 8 2022, 5:20 AM clementval edited reviewers, added: PeteSteinfeld, jeanPerier; removed: jdoerfert, SouraVX, kiranktp.Jul 8 2022, 5:21 AM This revision is now accepted and ready to land.Jul 8 2022, 5:58 AM This revision was landed with ongoing or failed builds.Jul 8 2022, 7:02 AM Closed by commit rG015834e45581: [flang][openacc][NFC] Extract device_type parser to its own (authored by clementval). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 362396 flang/include/flang/Parser/dump-parse-tree.h
flang/include/flang/Parser/parse-tree.h
flang/lib/Lower/OpenACC.cpp
flang/lib/Parser/openacc-parsers.cpp
llvm/include/llvm/Frontend/OpenACC/ACC.td
|