[Bug target/96373] SVE miscompilation on vectorized division loop, leading to FP exception
rsandifo at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Aug 4 13:41:15 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96373
rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2020-08-04
Ever confirmed|0 |1
--- Comment #1 from rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> ---
I could have sworn there was a reason why we didn't do this,
on the basis that we already failed to take FP exceptions into
account when vectorising normal gassigns. But I can't remember
what the reason was now, or find any notes about it. :-(
Anyway, we have all the infrastructure to do it, so it should
be easy to fix.
More information about the Gcc-bugs
mailing list