[flang-commits] [flang] [flang][lowering] Implement component-wise initialization for derived types (PR #187465)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Thu Mar 19 07:30:33 PDT 2026
https://github.com/tblah commented:
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
https://github.com/llvm/llvm-project/pull/187465
More information about the flang-commits
mailing list