[llvm-bugs] [Bug 30721] New: SAL instruction decoded as bad bytes

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Oct 17 13:20:34 PDT 2016


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

            Bug ID: 30721
           Summary: SAL instruction decoded as bad bytes
           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 bytes correspond to a 2-byte sal instruction, but LLVM returns an
error instead.

Bytes: d2 f0
Expected output: salb %cl, %al

-- 
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/579ba46d/attachment.html>


More information about the llvm-bugs mailing list