Files
clang-p2996/clang/test/SemaOpenACC/compute-construct-num_gangs-clause.cpp
Erich Keane dc20a0ea1f [OpenACC] Implement 'num_gangs' sema for compute constructs (#89460)
num_gangs takes an 'int-expr-list', for 'parallel', and an 'int-expr'
for 'kernels'. This patch changes the parsing to always parse it as an
'int-expr-list', then correct the expression count during Sema. It also
implements the rest of the semantic analysis changes for this clause.
2024-04-22 08:57:25 -07:00

6.1 KiB