Re: [PATCH][AArch64] Fix lane specifier syntax

2020-03-06 Thread Richard Sandiford
Wilco Dijkstra writes: > The syntax for lane specifiers uses a vector element rather than a vector: > > fmlsv0.2s, v1.2s, v1.s[1] // rather than v1.2s[2] > > Fix all the lane specifiers to use Vetype which uses the correct element type. > > Regress&bootstrap pass. OK, thanks. Richard

[PATCH][AArch64] Fix lane specifier syntax

2020-03-06 Thread Wilco Dijkstra
The syntax for lane specifiers uses a vector element rather than a vector: fmlsv0.2s, v1.2s, v1.s[1] // rather than v1.2s[2] Fix all the lane specifiers to use Vetype which uses the correct element type. Regress&bootstrap pass. ChangeLog: 2020-03-06 Wilco Dijkstra * aarch64/aar