[flang-commits] [flang] [OpenMP][Flang] Fix semantic check and scoping for declare mappers (PR #140560)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Wed May 28 06:53:14 PDT 2025


https://github.com/kiranchandramohan commented:

The string `.omp.default.mapper` seems to be hardcoded in many places. Can we use a  single function to get this string in all places?

Is it possible to retain `std::optional<Name>` in the parse-tree representation?

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


More information about the flang-commits mailing list