[LLVMbugs] [Bug 23065] New: Incorrect shuffle vector optimization caused by commit r231380

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Mar 29 18:07:53 PDT 2015


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

            Bug ID: 23065
           Summary: Incorrect shuffle vector optimization caused by commit
                    r231380
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Common Code Generator Code
          Assignee: unassignedbugs at nondot.org
          Reporter: liujiangning1 at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Commit r231380 caused a bug for the case attached. Optimization levels -O2 and
-O0 have different results,

O0 : -2147418112
O2 : -2147369100

Thanks,
-Jiangning

-- 
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/20150330/22c83186/attachment.html>


More information about the llvm-bugs mailing list