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

           Summary: legalizedag_vec.ll: divdi3 occurs 4 times, not 2
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Backend: X86
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


The test/CodeGen/X85/legalizedag_vec.ll searches for divdi3 to occur twice (2x)
in llc's x86 assembler output. With shared library stubs, however, divdi3
occurs four times.

Before I change "2" to "4", what's the correct answer? Should divdi3 occur
twice or four times?


-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to