[llvm-bugs] [Bug 43948] [SLPVectorizer] miscompile of reduction with extra uses

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Nov 18 15:52:54 PST 2019


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

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

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

--- Comment #3 from Sanjay Patel <spatel+llvm at rotateright.com> ---
The fix was reverted because it can produce invalid IR. 

We need to adjust the IR Builder insertion point for a replacement compare
instruction if we're going to RAUW.

-- 
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/20191118/76927ef7/attachment.html>


More information about the llvm-bugs mailing list