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

            Bug ID: 32484
           Summary: Assertion failed: ((!ZeroN00 || !ZeroN01) && "Both
                    inputs zero!")
           Product: tools
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: llc
          Assignee: unassignedb...@nondot.org
          Reporter: jlero...@apple.com
                CC: llvm-bugs@lists.llvm.org

Created attachment 18207
  --> http://bugs.llvm.org/attachment.cgi?id=18207&action=edit
bugpoint reduced test case

On the attached bitcode:

$ ./bin/llc -O0 test.ll 
Assertion failed: ((!ZeroN00 || !ZeroN01) && "Both inputs zero!"), function
visitOR, file /llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp, line 4086.
Stack dump:
0.      Program arguments: ./bin/llc -O0 test.ll 
1.      Running pass 'Function Pass Manager' on module 'test.ll'.
2.      Running pass 'X86 DAG->DAG Instruction Selection' on function '@foo'
Abort trap: 6

Bugpoint reduced.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to