[LLVMbugs] [Bug 8696] New: Optimizations not done without platform parameters
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Nov 25 10:20:44 PST 2010
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: unassignedbugs at nondot.org
ReportedBy: s3734770 at mail.zih.tu-dresden.de
CC: llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list