[all-commits] [llvm/llvm-project] a98a0e: [flang] Enable delayed localization by default for...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Fri Jun 13 06:25:51 PDT 2025
Branch: refs/heads/users/ergawy/reintroduce_dc_dp
Home: https://github.com/llvm/llvm-project
Commit: a98a0e104ea4a2eee0a191a1132e22f297dfdc54
https://github.com/llvm/llvm-project/commit/a98a0e104ea4a2eee0a191a1132e22f297dfdc54
Author: Kareem Ergawy <kareem.ergawy at amd.com>
Date: 2025-06-13 (Fri, 13 Jun 2025)
Changed paths:
M flang/lib/Lower/Bridge.cpp
M flang/test/Lower/do_concurrent_delayed_locality.f90
M flang/test/Lower/do_concurrent_local_assoc_entity.f90
M flang/test/Lower/do_concurrent_local_default_init.f90
M flang/test/Lower/loops.f90
M flang/test/Lower/loops3.f90
Log Message:
-----------
[flang] Enable delayed localization by default for `do concurrent`
Reintroduces changes from
https://github.com/llvm/llvm-project/issues/143897. A fix for the
reported problem in https://github.com/llvm/llvm-project/issues/143897
is hopefully resolved in
https://github.com/llvm/llvm-project/pull/144027.
This PR aims to make it easier and more self-contained to revert the
switch/flag if we discover any problems with enabling it by default.
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