[flang-commits] [flang] [llvm] [FLANG][OpenMP]Add frontend support for ASSUME and ASSUMES (PR #120770)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Fri Dec 20 09:23:47 PST 2024


kiranchandramohan wrote:

Assumes directive cannot occur in the execution part of Fortran. See the following in Section 8.3.2 of OpenMP 5.2 standard. So it is not an executable directive.
```
The assumes directive may only appear in the specification part of a module or subprogram after any USE statement, any IMPORT statement, and any IMPLICIT statement.
```

https://github.com/llvm/llvm-project/pull/120770


More information about the flang-commits mailing list