https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118650
--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> --- maybe also a thing for SSA backprop? Eliminating ops that only affect bits masked by &? Or ops that only affect bits added by |?
rguenth at gcc dot gnu.org via Gcc-bugs Mon, 27 Jan 2025 01:24:13 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118650
--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> --- maybe also a thing for SSA backprop? Eliminating ops that only affect bits masked by &? Or ops that only affect bits added by |?