[flang-commits] [flang] [flang][lowering] Implement component-wise initialization for derived types (PR #187465)
via flang-commits
flang-commits at lists.llvm.org
Sun Mar 22 19:36:07 PDT 2026
refuseno wrote:
Hi @tblah , I tested both LLVM Fortran test suite and Fujitsu test suite on x86 (Intel i9-11900K).
There were **no regressions**. Below is the detailed data comparison:
| Test Suite | Metric | main | Patched |
| :--- | :--- | :--- | :--- |
| **llvm-test-suite** | Total Discovered | 6929 | 6929 |
| | Passed | 6926 (99.96%) | 6926 (99.96%) |
| | Executable Missing | 3 (0.04%) | 3 (0.04%) |
| **Fujitsu test suite** | Total Discovered | 92831 | 92831 |
| | Passed | 84462 (90.98%) | 84462 (90.98%) |
| | Failed | 120 (0.13%) | 120 (0.13%) |
| | Executable Missing | 8249 (8.89%) | 8249 (8.89%) |
https://github.com/llvm/llvm-project/pull/187465
More information about the flang-commits
mailing list