[llvm-bugs] [Bug 30484] New: Both operands to a binary operator are not of the same type

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Sep 22 01:49:12 PDT 2016


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: unassignedbugs at nondot.org
          Reporter: vmu1981 at yandex.ru
                CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160922/e6a65033/attachment.html>


More information about the llvm-bugs mailing list