[all-commits] [llvm/llvm-project] ddf918: [flang][OpenMP] Support `parallel loop` construct.
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Fri Feb 21 06:46:21 PST 2025
Branch: refs/heads/users/ergawy/parallel_loop
Home: https://github.com/llvm/llvm-project
Commit: ddf918141daf82d138272026056f14651560b6b4
https://github.com/llvm/llvm-project/commit/ddf918141daf82d138272026056f14651560b6b4
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M flang/lib/Optimizer/OpenMP/GenericLoopConversion.cpp
M flang/test/Lower/OpenMP/loop-directive.f90
M flang/test/Transforms/generic-loop-rewriting-todo.mlir
M flang/test/Transforms/generic-loop-rewriting.mlir
Log Message:
-----------
[flang][OpenMP] Support `parallel loop` construct.
Extends support for the `loop` directive by adding support for `parallel
loop` combined directive.
Parent PR: #127489. Only the latest commit is relevant.
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