[LLVMbugs] [Bug 1052] missed optimization opportunity: var-args
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Dec 16 13:20:05 PST 2006
http://llvm.org/bugs/show_bug.cgi?id=1052
sabre at nondot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From sabre at nondot.org 2006-12-16 15:20 -------
You're right, but we can't change this. The compiler actually explicitly has code to support this behavior,
because the CBE cannot support varargs functions with no fixed parameters. I will fix the code to pass
undef instead of 'int 0', which will reduce the cost of this.
-Chris
------- 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