[all-commits] [llvm/llvm-project] 1fdedd: [flang] `do concurrent`: Enable delayed localizati...

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Tue Aug 19 02:47:50 PDT 2025


  Branch: refs/heads/users/ergawy/enable_delayed_localization_by_default
  Home:   https://github.com/llvm/llvm-project
  Commit: 1fdedddf1d9e8f91bf4256756cda6203eb2515c4
      https://github.com/llvm/llvm-project/commit/1fdedddf1d9e8f91bf4256756cda6203eb2515c4
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-08-19 (Tue, 19 Aug 2025)

  Changed paths:
    M flang/lib/Lower/Bridge.cpp

  Log Message:
  -----------
  [flang] `do concurrent`: Enable delayed localization by default

Enables delayed localization by default for `do concurrent`. Tested both
gfortran and Fujitsu test suites.

All tests pass for gfortran tests. For Fujitsu, enabled delayed
localization passes more tests:

Delayed localization disabled:
Testing Time: 7251.76s
  Passed            : 88520
  Failed            :   162
  Executable Missing:   408

Delayed localization enabled:
Testing Time: 7216.73s
  Passed            : 88522
  Failed            :   160
  Executable Missing:   408



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list