[all-commits] [llvm/llvm-project] 36e24d: [flang][openacc][NFC] Make self clause value optio...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri Jul 8 06:45:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 36e24da8eb56f8e68e2874305d3ea0e59d37f7b8
https://github.com/llvm/llvm-project/commit/36e24da8eb56f8e68e2874305d3ea0e59d37f7b8
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-07-08 (Fri, 08 Jul 2022)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
M flang/lib/Parser/openacc-parsers.cpp
M flang/lib/Semantics/check-acc-structure.cpp
M llvm/include/llvm/Frontend/OpenACC/ACC.td
Log Message:
-----------
[flang][openacc][NFC] Make self clause value optional in ACC.td and extract the parser
Set the isOptional flag for the self clause. Move the optional and parenthesis part of the parser. Update the rest of the code to deal with the optional value.
Preparatory work for D106968.
Reviewed By: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D106965
More information about the All-commits
mailing list