[LLVMbugs] [Bug 3695] llvm-gcc -S different from llvm-gcc -emit-llvm | llc
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Mar 1 11:04:33 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=3695
Anton Korobeynikov <asl at math.spbu.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |asl at math.spbu.ru
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Anton Korobeynikov <asl at math.spbu.ru> 2009-03-01 13:04:33 ---
That's correct behaviour:
1. llc's defaults are different from the llvm-gcc (for example - frame pointer
elimination is by default on in llc, but not in llvm-gcc)
2. llc automatically detects CPU features, llvm-gcc by default-not,
...
--
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