This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/52198] SLP vectorization does not consider swapped operands consistently
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 15 Aug 2016 07:59:24 +0000
- Subject: [Bug tree-optimization/52198] SLP vectorization does not consider swapped operands consistently
- Authentication-results: sourceware.org; auth=none
- Auto-submitted: auto-generated
- References: <bug-52198-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52198
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
I think I fixed this particular issue, OTOH generally the SLP build is too
ad-hoc to do proper graph matching in all interesting cases. Let's close this
one though as it doesn't provide a testcase that is still failing.