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

            Bug ID: 30484
           Summary: Both operands to a binary operator are not of the same
                    type
           Product: tools
           Version: 3.9
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: opt
          Assignee: unassignedb...@nondot.org
          Reporter: vmu1...@yandex.ru
                CC: llvm-bugs@lists.llvm.org
    Classification: Unclassified

Created attachment 17332
  --> https://llvm.org/bugs/attachment.cgi?id=17332&action=edit
File that bugpoint emits

Optimizer emits tow operands instruction with different types.

opt bugpoint-passes.bc -instcombine

Both operands to a binary operator are not of the same type!
  %isdigittmp = add i8 %0, i32 -48
Both operands to ICmp instruction are not of the same type!
  %isdigit = icmp ult i8 %isdigittmp, i32 10
LLVM ERROR: Broken function found, compilation aborted!

-- 
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