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

           Summary: Optimizations not done without platform parameters
           Product: new-bugs
           Version: 2.8
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


The strcopy and optimizations are not used when there's no platform data
(espeacially the alignment information).

There are two ways to fix that:
a) an additional parameter to opt or llvm-ld that auto-injects the platform
data or use the native platform
b) a command line tool that outputs the recommendend alignment settings on each
platform to get the best speed

thanks for implementing ;)

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