[LLVMbugs] [Bug 744] Incorrect fallthrough when no cpu help is available
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Mar 1 18:57:49 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=744
Chris Lattner <sabre at nondot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |WONTFIX
--- Comment #4 from Chris Lattner <sabre at nondot.org> 2008-03-01 20:57:48 ---
the mcpu and mattr facilities are a feature of the native llvm code generators
(libcodegen) and aren't used by other targets like the CBE and MSIL backends.
This is like setting unswitch-threshold in opt when not running loop unswitch.
-Chris
--
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