[all-commits] [llvm/llvm-project] c3d8c6: [flang][acc] Fill-in name for privatized loop iv (...
Razvan Lupusoru via All-commits
all-commits at lists.llvm.org
Tue Feb 11 09:17:21 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c3d8c625af8ebbf8a9af035c18ec4e1cb1d8d2f3
https://github.com/llvm/llvm-project/commit/c3d8c625af8ebbf8a9af035c18ec4e1cb1d8d2f3
Author: Razvan Lupusoru <razvan.lupusoru at gmail.com>
Date: 2025-02-11 (Tue, 11 Feb 2025)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
M flang/test/Lower/OpenACC/acc-loop.f90
M flang/test/Lower/OpenACC/acc-private-unwrap-defaultbounds.f90
M flang/test/Lower/OpenACC/acc-private.f90
Log Message:
-----------
[flang][acc] Fill-in name for privatized loop iv (#126601)
When the loop induction variable implicit private clause was being
generated, the name was left empty. The intent is that the data clause
operation holds the source language variable name. Thus, add the missing
name now.
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