[LLVMbugs] [Bug 1534] Testcase MultiSource/Application/oggenc fails (llc) with -relocation-model=pic -mcpu=i486.
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri Dec 28 21:46:53 PST 2007
http://llvm.org/bugs/show_bug.cgi?id=1534
Chris Lattner <sabre at nondot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WORKSFORME |
--- Comment #2 from Chris Lattner <sabre at nondot.org> 2007-12-28 23:46:53 ---
Actually, you're right. It fails with -mcpu=pentium2 and lower, and passes
with -mcpu=pentium3 and above. Presumably the difference is that SSE regs are
being used for f32 values. It may be instability in the program.
--
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