[flang-commits] [flang] [flang][lowering] Implement component-wise initialization for derived types (PR #187465)

via flang-commits flang-commits at lists.llvm.org
Fri Mar 20 06:22:12 PDT 2026


refuseno wrote:

> Have you tried this against any test suites? We usually use [llvm-test-suite](https://github.com/llvm/llvm-test-suite/tree/main/Fortran/gfortran) and looking for regressions in the [Fujitsu test suite](https://github.com/fujitsu/compiler-test-suite/tree/main) (not all Fujitsu tests pass: just look to see if it got any worse).
> 
> Not for this patch but if you are interested in _s benchmarks then you might want to look into doing something similar for OpenMP's initialization of privatized derived types. That is currently handled by calling the runtime. See PrivateReductionUtils.cpp

I actually haven't run the llvm-test-suite yet. I'll set it up, check the Fujitsu tests for regressions, and report back soon.

Thanks for the OpenMP heads-up too — I'll check out PrivateReductionUtils.cpp later.

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


More information about the flang-commits mailing list