diff options
author | Nikita Popov <npopov@redhat.com> | 2025-08-04 12:05:37 +0200 |
---|---|---|
committer | Nikita Popov <npopov@redhat.com> | 2025-08-04 12:06:40 +0200 |
commit | 4b5b36e5c4b887a86fc7164d6899caaa2e2f5aed (patch) | |
tree | bcb786a113271a5795a32dc79f479efa03137e18 /clang/lib/AST/ByteCode/Compiler.cpp | |
parent | 1feed444aa065ff94ce63250a00de188001617be (diff) | |
download | llvm-4b5b36e5c4b887a86fc7164d6899caaa2e2f5aed.zip llvm-4b5b36e5c4b887a86fc7164d6899caaa2e2f5aed.tar.gz llvm-4b5b36e5c4b887a86fc7164d6899caaa2e2f5aed.tar.bz2 |
[GVN] Avoid creating lifetime of non-alloca
There is a larger problem here in that we should not be performing
arbitrary pointer replacements for assumes. This is handled for
branches, but assume goes through a different code path.
Fixes https://github.com/llvm/llvm-project/issues/151785.
Diffstat (limited to 'clang/lib/AST/ByteCode/Compiler.cpp')
0 files changed, 0 insertions, 0 deletions