https://llvm.org/bugs/show_bug.cgi?id=30653
Bug ID: 30653 Summary: Opcode dressing on MOV instruction with segment register is the wrong size Product: libraries Version: 3.9 Hardware: Other OS: All Status: NEW Severity: normal Priority: P Component: Backend: X86 Assignee: unassignedb...@nondot.org Reporter: njholc...@wi.rr.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified The result of decoding bytes 8E1E is: movl (%rsi), %ds However, the segment register is 16 bits wide. The opcode should be movw. -- 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