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

Reid Kleckner <r...@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |r...@google.com
         Resolution|---                         |INVALID

--- Comment #2 from Reid Kleckner <r...@google.com> ---
Buf[1] through buf[255] is deleted as unused. The first element is register
allocated. The memory clobber then no longer affects buf because it is not in
memory. If you want it to, you need to escape buf somewhere. Looks like things
are working as intended.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to