[openacc] Allow async, wait and device_type on the data construct
From OpenACC 3.2 specification: The async, wait, and device_type clauses may be specified on data constructs. This patch adds these clauses in the ACC.td file and adds some tests for them in flang parsing. Reviewed By: razvanlupusoru Differential Revision: https://reviews.llvm.org/D154013
Loading
Please sign in to comment