diff options
author | Nikita Popov <npopov@redhat.com> | 2025-08-04 09:06:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-04 09:06:38 +0200 |
commit | 549990124d1f71b1cdd0f14228a22738113b2f84 (patch) | |
tree | 3ffe6529fe2ba10e1fba75f7ae9fd1dacb91d8f0 /lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp | |
parent | 28ed57eda80dc5e3b7dd01d15100c126fa4e50f6 (diff) | |
download | llvm-549990124d1f71b1cdd0f14228a22738113b2f84.zip llvm-549990124d1f71b1cdd0f14228a22738113b2f84.tar.gz llvm-549990124d1f71b1cdd0f14228a22738113b2f84.tar.bz2 |
[llvm-reduce] Do not replace lifetime pointer arg with zero/one/poison (#151697)
The lifetime argument is now required to be an alloca, so we should not
try to replace it with a constant.
We also shouldn't try to change the size argument to zero/one, similar
to how we avoid zero-size allocas.
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp')
0 files changed, 0 insertions, 0 deletions