[llvm-bugs] [Bug 34111] Compiler no longer optimizing a vector add+shuffle to identity to a horizontal add

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Sep 1 14:23:45 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=34111

Sanjay Patel <spatel+llvm at rotateright.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #7 from Sanjay Patel <spatel+llvm at rotateright.com> ---
Should be fixed with:
https://reviews.llvm.org/rL312379

If horizontal ops are expected to be generated in ways other than this exact
example, I suspect we can still miss those optimizations. 

Ie, if we really care about horizontal ops, we should get a bigger picture of
the uses, so we can properly fix the problem.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170901/686a067c/attachment.html>


More information about the llvm-bugs mailing list