[LLVMbugs] [Bug 2058] New: Missed memcpy optimization

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Feb 18 09:12:23 PST 2008


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

           Summary: Missed memcpy optimization
           Product: new-bugs
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: baldrick at free.fr
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=1421)
 --> (http://llvm.org/bugs/attachment.cgi?id=1421)
testcase .ll

In the attached testcase there are two memcpy's.  In theory one
could be eliminated, for example by using %agg.result instead of
%temp everywhere.  I admit that this is tricky - but not impossible!


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