[all-commits] [llvm/llvm-project] 72e6be: [flang] Skip processing reductions for unstructure...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Wed Jul 23 01:34:49 PDT 2025
Branch: refs/heads/users/ergawy/skip_reductions_for_unstructured_loops
Home: https://github.com/llvm/llvm-project
Commit: 72e6be536d6d71d63a4db35aec85920e4e3cb882
https://github.com/llvm/llvm-project/commit/72e6be536d6d71d63a4db35aec85920e4e3cb882
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-07-23 (Wed, 23 Jul 2025)
Changed paths:
M flang/lib/Lower/Bridge.cpp
M flang/test/Lower/do_loop_unstructured.f90
Log Message:
-----------
[flang] Skip processing reductions for unstructured `do concurrent` loops
Fixes #149563
When emitting unstructured `do concurrent` loops, reduction processing
should be skipped since we are not emitting `fir.do_concurrent` loop in
the first place.
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