[llvm-bugs] [Bug 35879] Loop Vectorizer does not handle masked gather

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jan 9 13:41:01 PST 2018


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

Trass3r <trass3r at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

--- Comment #2 from Trass3r <trass3r at gmail.com> ---
Not exactly. Let's forget about the int return type:
https://godbolt.org/g/dm8nvd

 control flow cannot be substituted for a select
 value that could not be identified as reduction is used outside the loop
 cannot identify array bounds

I disabled loop unroll to actually see some vectorizer analysis results.
Is it intentional that the unroller "overrides" the loop vectorizer?
Does the SLP vectorizer kick in after that? I couldn't find any analysis option
for it.

-- 
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/20180109/63bb07aa/attachment.html>


More information about the llvm-bugs mailing list