[llvm-bugs] [Bug 30719] New: Failure to disassemble variant encoding of test instruction
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Oct 17 12:39:01 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=30719
Bug ID: 30719
Summary: Failure to disassemble variant encoding of test
instruction
Product: libraries
Version: 3.9
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Backend: X86
Assignee: unassignedbugs at nondot.org
Reporter: nholcomb at wisc.edu
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
The following are the bytes of a test instruction and the expected output. LLVM
returns an error when disassembling these bytes.
Bytes: f6 0b 50
Expected output: test $0x50,(%rbx)
The other possible encoding of this instruction is f6 03 50.
--
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/20161017/18ec8614/attachment.html>
More information about the llvm-bugs
mailing list