[Bug gas/22529] AArch64 treats vector register sizes of 8b and 4b as the same thing.
https://sourceware.org/bugzilla/show_bug.cgi?id=22529 Tamar Christina changed: What|Removed |Added Target||aarch64-* -- You are receiving thi
[Bug gas/22529] New: AArch64 treats vector register sizes of 8b and 4b as the same thing.
: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: tamar.christina at arm dot com Target Milestone: --- AArch64 treats the following two instructions the same ``` udot v0.2s,v1.8b,v2.4b ``` and ``` udot v0.2s,v1.8b,v2.8b