[LLVMbugs] [Bug 20280] Load-Store ordering issue for top-down list latency scheduler.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Aug 15 17:20:22 PDT 2014


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

Hal Finkel <hfinkel at anl.gov> changed:

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

--- Comment #4 from Hal Finkel <hfinkel at anl.gov> ---
As it turns out, there were two things wrong here. First was the immutable
property. Second, there was an assumption that all fixed-offset stack objects
were not pointed-to by IR values (which is false for byvals).

This should be fixed by r215793/r215794/r215795.

-- 
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/20140816/5ddb25e7/attachment.html>


More information about the llvm-bugs mailing list