[LLVMbugs] [Bug 21878] New: Regression(r223757): Assertion failed: isImm() && "Wrong MachineOperand accessor", file D:\src\llvm\include\llvm/CodeGen/MachineOperand.h, line 408

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Dec 10 21:05:52 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=21878

            Bug ID: 21878
           Summary: Regression(r223757): Assertion failed: isImm() &&
                    "Wrong MachineOperand accessor", file
                    D:\src\llvm\include\llvm/CodeGen/MachineOperand.h,
                    line 408
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: X86
          Assignee: unassignedbugs at nondot.org
          Reporter: nicolasweber at gmx.de
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

We're seeing

Assertion failed: isImm() && "Wrong MachineOperand accessor", file
D:\src\llvm\include\llvm/CodeGen/MachineOperand.h, line 408

about 300 times when building Chromium with clang on Windows. This regressed in
r223757.

Upstream bug: https://code.google.com/p/chromium/issues/detail?id=441053

I'll have a reduced version on Friday. Until then, here's an unreduced version
(change the clang-cl.exe thing in the .sh file to your local clang binary; as
long as you build with assertions it'll repro on linux and mac too with that
.sh file)

-- 
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/20141211/4369c0f5/attachment.html>


More information about the llvm-bugs mailing list