[llvm-bugs] [Bug 16961] [x86 disassembler] fs segment override ignored on mov

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Aug 1 05:47:07 PDT 2017


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

Andrew V. Tischenko <andrew.v.tischenko at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrew.v.tischenko at gmail.co
                   |                            |m
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Andrew V. Tischenko <andrew.v.tischenko at gmail.com> ---
The current Clang disassembles this code correctly that's why this bug should
be closed:

atischenko at ip-172-31-21-62:~/workspaces/prefix/build/bin$ llvm-mc -disassemble
test.s -triple=i386-apple-darwin9
        .section        __TEXT,__text,regular,pure_instructions
        movl    %fs:8, %eax

-- 
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/20170801/3b5128ef/attachment.html>


More information about the llvm-bugs mailing list