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

            Bug ID: 20503
           Summary: Crash when compiling multiplication of 129 bit
                    integers
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: X86
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Created attachment 12842
  --> http://llvm.org/bugs/attachment.cgi?id=12842&action=edit
Test case

The simplest occurrence that I was able to produce is attached, but this can
also be produced by having a function that takes two 64 bit integers, converts
them to i129, multiplies them as i129 and then returns i64 truncated result.

The crash also occurs with larger integers, but everything seems to work well
for integers with less bits than 129.

How to reproduce: llc i129-crash.ll

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to