diff options
author | Nikita Popov <npopov@redhat.com> | 2025-07-22 09:44:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-22 09:44:59 +0200 |
commit | a7a1df8f72ac6e3a68ec53584107be6542d6666b (patch) | |
tree | 2e6ef98061d6d8e50456598e88cc1667f7d22696 /llvm/lib/Bitcode | |
parent | 307256ecbd858bc2df5fa9342c67a8205691ade9 (diff) | |
download | llvm-a7a1df8f72ac6e3a68ec53584107be6542d6666b.zip llvm-a7a1df8f72ac6e3a68ec53584107be6542d6666b.tar.gz llvm-a7a1df8f72ac6e3a68ec53584107be6542d6666b.tar.bz2 |
[CodeGen] Remove handling for lifetime.start/end on non-alloca (#149838)
After https://github.com/llvm/llvm-project/pull/149310 we are guaranteed
that the argument is an alloca, so we don't need to look at underlying
objects (which was not a correct thing to do anyway).
This also drops the offset argument for lifetime nodes in SDAG. The
offset is fixed to zero now. (Peculiarly, while SDAG pretended to have
an offset, it just gets silently dropped during selection.)
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions