llvm-project
1a6b0413 - [flang][acc] Fix issue with privatization recipe for box ref (#137869)

Commit
235 days ago
[flang][acc] Fix issue with privatization recipe for box ref (#137869) When privatizing allocatable/pointer arrays, the code was creating a temporary but this was a box type. This led to inconsistency between the input and output of recipe. The updated logic now creates storage when a box ref is requested.
Parents
Loading