On Sun, May 10, 2015 at 12:13 PM, Segher Boessenkool <seg...@kernel.crashing.org> wrote: > The next patch will rename the "rlwinm" pattern (as well as the other patterns > that implement rlwinm, now unnamed). The only place that uses gen_rlwinm > (an expander) is better off expanding the separate operations separately. > Do so. > > Okay for trunk? > > > Segher > > > 2015-05-10 Segher Boessenkool <seg...@kernel.crashing.org> > > * config/rs6000/rs6000.md (rs6000_adjust_atomic_subword): Use > gen_ashlsi3 and gen_andsi3 instead of gen_rlwinm.
Okay. Thanks, David