diff options
author | Kareem Ergawy <kareem.ergawy@amd.com> | 2024-03-11 10:38:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-11 10:38:28 +0100 |
commit | 3b30559c088d679ca8fe491158e6c32db630f223 (patch) | |
tree | a49337ceafe772cb9821c1ec83d4df1ae4339cf5 /llvm/unittests/Analysis/LazyCallGraphTest.cpp | |
parent | 0f501c30b9601627c236f9abca8a3befba5dc161 (diff) | |
download | llvm-3b30559c088d679ca8fe491158e6c32db630f223.zip llvm-3b30559c088d679ca8fe491158e6c32db630f223.tar.gz llvm-3b30559c088d679ca8fe491158e6c32db630f223.tar.bz2 |
[flang][OpenMP] Only use HLFIR base in privatization logic (#84123)
Modifies the privatization logic so that the emitted code only used the
HLFIR base (i.e. SSA value `#0` returned from `hlfir.declare`). Before
that, that emitted privatization logic was a mix of using `#0` and `#1`
which leads to some difficulties trying to move to delayed privatization
(see the discussion on #84033).
Diffstat (limited to 'llvm/unittests/Analysis/LazyCallGraphTest.cpp')
0 files changed, 0 insertions, 0 deletions