http://llvm.org/bugs/show_bug.cgi?id=8728

Chris Lattner <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #6 from Chris Lattner <[email protected]> 2010-12-05 19:48:54 CST 
---
Fixed in r120974.  Also, it turns out that eliminating the memset in:

  tail call void @llvm.memset.i64(i8* %P, i8 42, i64 8, i32 1)
  tail call void @llvm.memcpy.i64(i8* %P, i8* %Q, i64 12, i32 1)

isn't safe if P/Q might alias.

-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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to