[LLVMbugs] [Bug 1742] invalid code generation on x86 with SSE enabled
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Oct 28 01:51:09 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=1742
Duncan Sands <baldrick at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #2 from Duncan Sands <baldrick at free.fr> 2007-10-28 03:51:08 ---
I'm closing this as invalid: the result of calling a fastcall function
without specifying the fastcall convention on the call itself is undefined.
However, if this .ll file was generated by llvm-gcc, then it indicates
a bug in llvm-gcc, in which case we need a new bugreport against llvm-gcc
with the original code.
--
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