[LLVMbugs] [Bug 7314] Memory accesses not optimised inside a loop

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jun 8 04:21:52 PDT 2010


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

Duncan Sands <baldrick at free.fr> changed:

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

--- Comment #6 from Duncan Sands <baldrick at free.fr> 2010-06-08 06:21:52 CDT ---
The loads and stores cannot be hoisted because of the possibility that src ==
dst.

-- 
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