[LLVMbugs] [Bug 18105] A label with inline assembly inside a loop might be duplicated

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Dec 1 06:21:13 PST 2013


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

Anton Korobeynikov <asl at math.spbu.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |asl at math.spbu.ru
         Resolution|---                         |INVALID

--- Comment #1 from Anton Korobeynikov <asl at math.spbu.ru> ---
This is perfectly valid transformation. You need to make sure you do not do
funky thinks inside inline assembler (e.g. labels definition, jumps, etc.),
otherwise arbitrary weird things mike happen.

-- 
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/20131201/2bd8a754/attachment.html>


More information about the llvm-bugs mailing list