Fact propagation fails when combined with drop, panics, and memory swaps #114533
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
I-slow
Issue: Problems and improvements with respect to performance of generated code.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
https://rust.godbolt.org/z/ra7bj7zf1
Related issue: #114532. Notice that in this case drop is called before
ret
so this code can't be eliminated yet (I think).The text was updated successfully, but these errors were encountered: