Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #109220 - nikic:poison, r=cuviper
Use poison instead of undef In cases where it is legal, we should prefer poison values over undef values. This replaces undef with poison for aggregate construction and for uninhabited types. There are more places where we can likely use poison, but I wanted to stay conservative to start with. In particular the aggregate case is important for newer LLVM versions, which are not able to handle an undef base value during early optimization due to poison-propagation concerns. r? `@cuviper`
bors 2023-03-24
parent 12a3b3d · parent 32983e7 · commit 3d472f5
0 files changed, 0 insertions, 0 deletions