[LLVMbugs] [Bug 5438] Small example where gcc produces better code
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Jul 11 21:49:34 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=5438
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #6 from Chris Lattner <clattner at apple.com> 2010-07-11 23:49:34 CDT ---
Fixed in clang:
_bar: ## @bar
## BB#0: ## %entry
movl 8(%esp), %eax
xorl 4(%esp), %eax
shrl $31, %eax
xorl $1, %eax
ret
--
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