[llvm-branch-commits] [flang] [flang][OpenMP] Handle "loop-local values" in `do concurrent` nests (PR #127635)
Sergio Afonso via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Feb 21 05:46:51 PST 2025
================
@@ -0,0 +1,62 @@
+! Tests that "loop-local values" are properly handled by localizing them to the
+! body of the loop nest. See `collectLoopLocalValues` and `localizeLoopLocalValue`
+! for a definition of "loop-local values" and how they are handled.
----------------
skatrak wrote:
Nit: Maybe it's better to just generally point at the `DoConcurrentConversion` pass for more information, since this comment will easily get out of sync of the actual implementation otherwise.
https://github.com/llvm/llvm-project/pull/127635
More information about the llvm-branch-commits
mailing list