On Mon, Nov 21, 2016 at 3:53 PM, Segher Boessenkool <seg...@kernel.crashing.org> wrote: > We didn't have patterns yet for rl[wd]imi insns that do a rotate by 0. > This fixes it. Tested on powerpc64-linux {-m32,-m64}. With a further > patch (to generic code) now all my rl*imi tests works (I still need to > make those tests usable in the GCC testsuite, they currently take > hours to run). > > Is this okay for trunk? > > > Segher > > > 2016-11-21 Segher Boessenkool <seg...@kernel.crashing.org> > > PR target/68803 > * config/rs6000/rs6000.md (*rotlsi3_insert_5, *rotldi3_insert_6, > *rotldi3_insert_7): New define_insns.
Okay. Thanks, David