[LLVMbugs] [Bug 1447] NEW: llvm-gcc should pass -fast to llc when compiling at -O0
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri May 25 04:14:18 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=1447
Summary: llvm-gcc should pass -fast to llc when compiling at -O0
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
If compiling at -O0 then no optimizations should be performed [*].
However it looks like codegen still performs optimizations -
passing -fast to llc would disable these.
[*] People compiling at -O0 might want speed, or an unoptimized
baseline for debugging purposes etc.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list