[Bug tree-optimization/113539] [14 Regression] perlbench miscompiled on aarch64 since r14-8223-g1c1853a70f

tnfchris at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jan 22 10:49:20 GMT 2024


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113539

Tamar Christina <tnfchris at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tnfchris at gcc dot gnu.org

--- Comment #1 from Tamar Christina <tnfchris at gcc dot gnu.org> ---
If that's the commit that's miscomparing then it's probably a bug in
early-break vect.

So I'll take a look.

+         if ((integer_zerop (may_be_zero)
+              || integer_nonzerop (may_be_zero)

is odd though, isn't that basically accepting all values of may_be_zero?


More information about the Gcc-bugs mailing list