On 5/5/22 5:51 PM, Michael Meissner wrote: > On Thu, May 05, 2022 at 02:35:34PM -0500, Segher Boessenkool wrote>> A patch > like that is pre-approved, even for trunk. > > And as I said, logically we should do the same for p10 fusion. I.e. > > callee_isa &= ~(OPTION_MASK_P8_FUSION > | OPTION_MASK_P10_FUSION); > explicit_isa &= ~(OPTION_MASK_P8_FUSION > | OPTION_MASK_P10_FUSION); >
I can add that to the simple patch while we wait for the bigger patch. Peter