[llvm-bugs] [Bug 30374] New: v8.1a CASP accepts register pairs with non-even low register (UNALLOCATED according to spec)
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Sep 13 15:16:57 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=30374
Bug ID: 30374
Summary: v8.1a CASP accepts register pairs with non-even low
register (UNALLOCATED according to spec)
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Backend: AArch64
Assignee: unassignedbugs at nondot.org
Reporter: ahmed.bougacha at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Stumbled upon this while looking at r281301, which has pairs like "%w19_w20".
>From my reading of DDI0557A.b B11.1.4 "CASP, CASPA, CASPAL, CASPL", that's not
valid:
if Rs<0> == ‘1’ then UNALLOCATED;
if Rt<0> == ‘1’ then UNALLOCATED;
--
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/20160913/c942c4ce/attachment.html>
More information about the llvm-bugs
mailing list