diff options
author | Benjamin Maxwell <benjamin.maxwell@arm.com> | 2025-05-20 10:43:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-20 10:43:50 +0100 |
commit | c9d62491981fe720c1b3255fa2f9ddf744590c65 (patch) | |
tree | 6aab7b3e0889c1556df89e14f51c971d7291cb2a /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | d01355645b1fece147163e1cfe9f71d9c704860e (diff) | |
download | llvm-c9d62491981fe720c1b3255fa2f9ddf744590c65.zip llvm-c9d62491981fe720c1b3255fa2f9ddf744590c65.tar.gz llvm-c9d62491981fe720c1b3255fa2f9ddf744590c65.tar.bz2 |
[SDAG] Ensure load is included in output chain of sincos expansion (#140525)
The load not being included in the chain meant that it could materialize
after a `@llvm.lifetime.end` annotation on the pointer. This could
result in miscompiles if the stack slot is reused for another value.
Fixes https://github.com/llvm/llvm-project/issues/140491
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions