[LLVMbugs] [Bug 18881] [AArch64] Produce STLXR with unpredictable behavior.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jul 8 03:56:45 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=18881

Tilmann Scheller <t.scheller at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |t.scheller at samsung.com
         Resolution|---                         |WORKSFORME

--- Comment #1 from Tilmann Scheller <t.scheller at samsung.com> ---
Works just fine with r241665:

$ grep stlxr atomic.s
        stlxr   w10, w9, [x0]
        stlxr   w10, w9, [x19]
        stlxr   w9, w8, [x19]
        stlxr   w9, w8, [x19]
        stlxr   w10, x9, [x8]
        stlxr   w10, x9, [x8]
        stlxr   w10, x9, [x8]
        stlxr   w10, x9, [x8]
        stlxr   w10, x9, [x8]
        stlxr   w10, x9, [x8]
        stlxr   w10, x9, [x8]
        stlxr   w10, x9, [x8]
        stlxr   w10, x9, [x8]
        stlxr   w10, x9, [x8]

-- 
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/20150708/c4ae0dec/attachment.html>


More information about the llvm-bugs mailing list