On Wed, Mar 03, 2021 at 04:45:23PM -0300, Alexandre Oliva wrote: > On Mar 2, 2021, Segher Boessenkool <seg...@kernel.crashing.org> wrote: > > > This is PR99352 now. > > Thanks. I've filed PR99371 for the add_options_for_sqrt_insn > incompleteness,
As I said before, I don't agree with that. We do no longer support enabling separate features / insns, because that requires exponential testing effort, and an exponential number of backend patterns as well -- and very often some are missed. And on all systems where these insns exist, they are enabled by default. If a user disabled it, we should *not* reenable it, that reduces testing surface. > and PR99372 for the gimplefe-28.c ICE. This is fixed trivially by the PR99352 patch as far as I can see. Please verify (I'll post it later today). Segher