[LLVMbugs] [Bug 2393] New: extractvalue doesn't properly round-trip through bitcode

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sat May 31 04:31:56 PDT 2008


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

           Summary: extractvalue doesn't properly round-trip through bitcode
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: sharparrow1 at yahoo.com
                CC: llvmbugs at cs.uiuc.edu


%struct.anon = type { i32, i32 }
define i32 @a(%struct.anon %r,  double %s) nounwind  {
%tmp = extractvalue %struct.anon %r, 0
ret i32 %tmp
}

crashes run through "llvm-as | llvm-dis".  (Using SVN r51813.)

I know this is very new code, but I figured this report might be useful anyway.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list