diff options
author | Andrew Gozillon <Andrew.Gozillon@amd.com> | 2023-10-30 14:51:47 -0500 |
---|---|---|
committer | Andrew Gozillon <Andrew.Gozillon@amd.com> | 2023-10-30 15:10:12 -0500 |
commit | 68c384676cf92289d823576f915ed296d209354f (patch) | |
tree | dc66d289471c11786ae003ede8c1fae2bbbb1f0b /lldb/source/Commands/CommandObjectCommands.cpp | |
parent | 0d5b7dd25cc47123d6920207c089c8a9b98571b4 (diff) | |
download | llvm-68c384676cf92289d823576f915ed296d209354f.zip llvm-68c384676cf92289d823576f915ed296d209354f.tar.gz llvm-68c384676cf92289d823576f915ed296d209354f.tar.bz2 |
[Flang][MLIR][OpenMP] Temporarily re-add basic handling of uses in target regions to avoid gfortran test-suite regressions
This was a regression introduced by myself in:
https://github.com/llvm/llvm-project/commit/6a62707c048e16ce9bad37ed8e3520799139436b
where I too hastily removed the basic handling of implicit captures
we have currently. This will be superseded by all implicit captures
being added to target operations map_info entries in a soon landing
series of patches, however, that is currently not the case so we must
continue to do some basic handling of these captures for the time
being. This patch re-adds that behaviour to avoid regressions.
Unfortunately this means some test changes as well as
getUsedValuesDefinedAbove grabs constants used outside
of the target region which aren't handled particularly
well currently.
Diffstat (limited to 'lldb/source/Commands/CommandObjectCommands.cpp')
0 files changed, 0 insertions, 0 deletions