[LLVMbugs] [Bug 4773] simple float[3] vector usage leads to llc failure
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Aug 25 09:34:33 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4773
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |baldrick at free.fr
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--- Comment #1 from Chris Lattner <clattner at apple.com> 2009-08-25 11:34:33 ---
Unfortunately, this is a current limitation of the code generator. It would be
nice for codegen to promote a <3 x float> to <4 x float> for return purposes
though.
*** This bug has been marked as a duplicate of bug 2660 ***
--
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