[LLVMbugs] [Bug 16263] look through reference casts when lifetime extending temporaries (core issue 1376)
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jun 14 18:06:18 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16263
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Current direction of core issue 1376 implemented in r184024. Clang now
produces:
@_ZGR2dd = private constant i32 -559038801, align 4
@dd = constant i32* @_ZGR2dd, align 8
; Function Attrs: nounwind uwtable
define i32 @main() #0 {
entry:
%retval = alloca i32, align 4
store i32 0, i32* %retval
ret i32 0
}
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130615/1794314c/attachment.html>
More information about the llvm-bugs
mailing list