aarch64: Add tests for movt with missing "mul vl"

The error message really isn't appropriate (both here and elsewhere in
the test file), but I don't currently have time to investigate further.
This commit is contained in:
Andrew Carlotti 2025-01-06 17:50:42 +00:00
parent 2dd36fcc80
commit 9758466f46
2 changed files with 6 additions and 0 deletions

View File

@ -68,3 +68,5 @@
[^ :]+:[0-9]+: Error: invalid register list at operand 1 -- `luti4 { ?z19.b,z24.b,z27.b,z31.b ?},zt0,{ ?z12 ?- ?z13 ?}'
[^ :]+:[0-9]+: Error: invalid register list at operand 1 -- `luti4 { ?z19.b,z22.b,z27.b,z31.b ?},zt0,{ ?z12 ?- ?z13 ?}'
[^ :]+:[0-9]+: Error: the register list must have a stride of 1 at operand 1 -- `luti4 { ?z19.b,z23.b,z27.b,z31.b ?},zt0,{ ?z12 ?- ?z14 ?}'
[^ :]+:[0-9]+: Error: comma expected between operands at operand 2 -- `movt zt0\[0\], ?z2'
[^ :]+:[0-9]+: Error: comma expected between operands at operand 2 -- `movt zt0\[1\], ?z2'

View File

@ -93,3 +93,7 @@
luti4 { z19.b, z24.b, z27.b, z31.b }, zt0, { z12 - z13 }
luti4 { z19.b, z22.b, z27.b, z31.b }, zt0, { z12 - z13 }
luti4 { z19.b, z23.b, z27.b, z31.b }, zt0, { z12 - z14 }
// Missing "mul vl"
movt zt0[0], z2
movt zt0[1], z2