[all-commits] [llvm/llvm-project] c88f3e: [flang][openacc] Update num_gangs parser
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Jun 27 11:10:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c88f3e209cc4ccaa50754507880c553699e988b3
https://github.com/llvm/llvm-project/commit/c88f3e209cc4ccaa50754507880c553699e988b3
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-06-27 (Tue, 27 Jun 2023)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
M flang/lib/Semantics/check-acc-structure.cpp
M flang/test/Lower/OpenACC/acc-parallel.f90
M flang/test/Semantics/OpenACC/acc-parallel.f90
M llvm/include/llvm/Frontend/OpenACC/ACC.td
Log Message:
-----------
[flang][openacc] Update num_gangs parser
Update num_gangs definition in ACC.td and its lowering
to support up to 3 arguments.
Depends on D153796
Depends on D153801
Reviewed By: razvanlupusoru
Differential Revision: https://reviews.llvm.org/D153806
More information about the All-commits
mailing list