[all-commits] [llvm/llvm-project] b581bd: [flang][OpenACC] use correct type when create priv...
Scott Manley via All-commits
all-commits at lists.llvm.org
Tue Apr 15 12:21:41 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b581bd3429b28420ff473f700fe96c18127a475d
https://github.com/llvm/llvm-project/commit/b581bd3429b28420ff473f700fe96c18127a475d
Author: Scott Manley <rscottmanley at gmail.com>
Date: 2025-04-15 (Tue, 15 Apr 2025)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
M flang/test/Lower/OpenACC/acc-private.f90
Log Message:
-----------
[flang][OpenACC] use correct type when create private box init recipe (#135698)
The recipe for initializing private box types was incorrect because
hlfir::createTempFromMold() is not a suitable utility function when the
box element type is a trivial type.
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