[llvm-bugs] [Bug 32959] New: ldaxr instruction with ignored bits decoded as invalid
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun May 7 18:05:34 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=32959
Bug ID: 32959
Summary: ldaxr instruction with ignored bits decoded as invalid
Product: libraries
Version: 3.9
Hardware: Other
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: MC
Assignee: unassignedbugs at nondot.org
Reporter: nholcomb at wisc.edu
CC: llvm-bugs at lists.llvm.org
The following bytes correspond to a valid ldaxr instruction with bits that
should be ignored set. It will not be produced by an assembler, but it should
be decoded as valid.
Bytes: f8 e3 4f 8
Expected: ldaxrb w24, [sp]
--
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/20170508/a7ffce14/attachment.html>
More information about the llvm-bugs
mailing list