[LLVMbugs] [Bug 8696] Optimizations not done without platform parameters
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Dec 20 00:40:14 PST 2010
http://llvm.org/bugs/show_bug.cgi?id=8696
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Chris Lattner <clattner at apple.com> 2010-12-20 02:40:13 CST ---
This is a feature, which allows you to perform target independent optimizations
on target independent bytecode files without making them magically target
specific. If you want these optimizations, your frontend should introduce a
target data string.
--
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