llvm-project/flang/docs/OpenACC.md
Valentin Clement 561a369709
[flang][openacc] Relax rule for end directive on combined construct
Make the keyword `loop` optional for the end driective on combined
construct. This done to extend compatibility with other compiler that
allow this.

Reviewed By: razvanlupusoru

Differential Revision: https://reviews.llvm.org/D151856
2023-06-13 13:58:20 -07:00

423 B

OpenACC in Flang

.. contents::
   :local:

Intentional deviation from the specification

  • The end directive for combined construct can omit the loop keyword.