[all-commits] [llvm/llvm-project] 919e72: [flang][OpenMP] Support `bind` clause for `teams l...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Mon Feb 17 06:18:49 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 919e72f2513d57fc2105f6e3477c13eb1f0c6cba
https://github.com/llvm/llvm-project/commit/919e72f2513d57fc2105f6e3477c13eb1f0c6cba
Author: Kareem Ergawy <kareem.ergawy at amd.com>
Date: 2025-02-17 (Mon, 17 Feb 2025)
Changed paths:
M flang/lib/Optimizer/OpenMP/GenericLoopConversion.cpp
M flang/test/Lower/OpenMP/generic-loop-rewriting.f90
M flang/test/Transforms/generic-loop-rewriting-todo.mlir
Log Message:
-----------
[flang][OpenMP] Support `bind` clause for `teams loop` (#127021)
Extends generic `loop` directive support by supporting the `bind`
clause. Since semantic checking does the heavy lifting of verifying the
proper usage of the clause modifier, we can simply enable code-gen for
`teams loop bind(...)` without the need to differentiate between the
values the the clause can accept.
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