[Bug ipa/114317] Missing optimization for multiple condition statements
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114317 --- Comment #2 from Jan Hubicka --- > (it would need to elide the stores of course). We do have way to elide stores, since we can optimize out write-only values. What we do not have readilly available is the value written to a reference (ipa-r
[Bug ipa/114317] Missing optimization for multiple condition statements
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114317 Richard Biener changed: What|Removed |Added Last reconfirmed||2024-03-12 Component|tree-opt