[Bug rtl-optimization/108863] Unrolling could use range information
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Feb 20 20:33:10 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108863
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|tree-optimization |rtl-optimization
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Thomas Koenig from comment #0)
> The range information about m does not appear to be propagated to
> the unroll passes.
Most likely because range information is not propagated at all to rtl level.
In this case even just non-zero bits might be enough...
More information about the Gcc-bugs
mailing list