[all-commits] [llvm/llvm-project] 015834: [flang][openacc][NFC] Extract device_type parser t...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri Jul 8 07:02:18 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 015834e45581e91deb310d508c38a5e36a220c0d
https://github.com/llvm/llvm-project/commit/015834e45581e91deb310d508c38a5e36a220c0d
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-07-08 (Fri, 08 Jul 2022)
Changed paths:
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/parse-tree.h
M flang/lib/Lower/OpenACC.cpp
M flang/lib/Parser/openacc-parsers.cpp
M llvm/include/llvm/Frontend/OpenACC/ACC.td
Log Message:
-----------
[flang][openacc][NFC] Extract device_type parser to its own
Move the device_type parser to a separate parser AccDeviceTypeExprList. Preparatory work for D106968.
Reviewed By: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D106967
More information about the All-commits
mailing list