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

--- Comment #1 from Robin Dapp <rdapp at gcc dot gnu.org> ---
Yes, several (most?) of those are expected because the tests rely on the
default latency model.  One option is to hard code the tune in those tests.
On the other hand the dump tests checking for a more or less optimal code
sequence (under certain conditions and regardless of uarch of course) and
deviation from that sequence might also indicate sub-optimal code.  I commented
on this a bit when first introducing generic-ooo.

If there are new execution failures that would be more concerning and indicate
a real bug.

Reply via email to