[flang-commits] [flang] [flang][test] Recognize !$acc and !$omp spelled with capital letters (PR #118666)

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Thu Dec 5 04:15:04 PST 2024


kparzysz wrote:

> Who/what is printing them?

The unparser.  I haven't dug too deep into it, I'm not sure why the first lines of the OpenMP directives are printed in lowercase for example, but if the line becomes too long it will show something like this in the output:
```
!$omp target distribute paral$
!$OMP lel
```

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


More information about the flang-commits mailing list