[llvm-bugs] [Bug 28983] New: Regression(278661:278653): casting assertion in InstCombine on SSE2 QCMS code

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Aug 15 08:10:14 PDT 2016


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

            Bug ID: 28983
           Summary: Regression(278661:278653): casting assertion in
                    InstCombine on SSE2 QCMS code
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Scalar Optimizations
          Assignee: unassignedbugs at nondot.org
          Reporter: rnk at google.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Appears here in Chromium:
https://build.chromium.org/p/chromium.fyi/builders/ClangToTLinux/builds/6037/steps/compile/logs/stdio

LLVM changes inside the blamelist:

$ git log --format=oneline
24088baa9daf1df2482084741d28729d2278c385..47a3de7f4db76bd34b6a9b1202841d4b85294ca5
47a3de7f4db76bd34b6a9b1202841d4b85294ca5 MachineLoop: add methods
findLoopControlBlock and findLoopPreheader
7bc6001b578c682790e28bd8031d9f3641f10603 [SimplifyCFG] Rewrite
SinkThenElseCodeToEnd
91c19fbe6c94facc80531437d32f8015c16c3752 [Thumb] Validate branch target for
CBZ/CBNZ instructions.
bd7c3fb3bf8a73e669d80ab5c30d53e7de573a2e [LSR] Don't try and create post-inc
expressions on non-rotated loops

I suspect the SimplifyCFG and LSR changes, since the other changes are in
CodeGen, not IR.

-- 
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/20160815/40bead7b/attachment.html>


More information about the llvm-bugs mailing list