On Wed, May 26, 2021 at 04:53:24PM -0500, Aaron Sawdey wrote: > > The counts of fusion insns are slightly different for 32-bit compiles > > so we need different scan-assembler-times counts for 32 and 64 bit > > in the test cases for p10 fusion.
Have you checked all of these actually make sense? It seems too be two themes: long long being two regs / two insns on 32-bit, and the you get cmpld etc. only on 64-bit? Okay for trunk if this is actually the expected output. Thanks! Segher