[Bug target/125907] Missed Optimization (x86 bit-test `bt`)
liuhongt at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jun 22 07:27:59 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125907
--- Comment #5 from Hongtao Liu <liuhongt at gcc dot gnu.org> ---
> The initilization of 0 is very cheap, not sure if it's worth to do uncprop
> for it.
Or maybe we should prevent propgate a single-use SSA-NAME into a PHI since it
extends the live range plus hurt backend optimization for cmp.
More information about the Gcc-bugs
mailing list