https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123524

--- Comment #12 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to mikulas from comment #11) 
> The inability to generate scaled addressing modes due to
> __builtin_assume_aligned is still there.

That just adds a reg-reg copy to the rtl. So if fwprop is not handling that,
then it needs to be improve. 

      NEXT_PASS (pass_cse);
      NEXT_PASS (pass_rtl_fwprop);
      NEXT_PASS (pass_rtl_cprop);

Maybe cprop should before fwprop or fwprop needs to do a copyprop too ..

Reply via email to