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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to