Hi! On Tue, Mar 16, 2021 at 05:48:27PM -0500, Peter Bergner wrote: > In gcc-10, we don't handle disassembling a vector pair in little-endian mode > correctly. The solution is to make use of the disassemble accumulator code > that is endian friendly. > > Trunk does not have this bug, as the use of opaque modes for the MMA types > "fixed" this issue there. > > This passed bootstrap and regtesting on powerpc64le-linux with no regressions. > Ok for the GCC 10 release branch?
Yes, this is okay. Thanks! Segher > 2021-03-16 Peter Bergner <berg...@linux.ibm.com> > > * config/rs6000/rs6000-call.c (rs6000_gimple_fold_mma_builtin): Handle > disassembling a vector pair vector by vector in little-endian mode.