https://sourceware.org/bugzilla/show_bug.cgi?id=33562
Bug ID: 33562
Summary: [AArch64] SVE2+(f8f16/f8f32/f16f32) FMMLA instructions
incorrectly warn when preceded with movprfx.
Product: binutils
Version: 2.45
Status: NEW
Severity: normal
Priority: P2
Component: gas
Assignee: unassigned at sourceware dot org
Reporter: alfierichards at sourceware dot org
Target Milestone: ---
Code such as:
movprfx z0, z31
fmmla z0.s, z4.b, z5.b
Incorrectly emits a warning like:
Warning: SVE `movprfx' compatible instruction expected -- `fmmla
z0.s,z4.b,z5.b'
Similarly for the other widening versions of FMMLA.
--
You are receiving this mail because:
You are on the CC list for the bug.