Re: [PATCH] AArch64: Fix printing of 2-instruction alternatives

2024-05-20 Thread Richard Sandiford
Wilco Dijkstra writes: > Add missing '\' in 2-instruction movsi/di alternatives so that they are > printed on separate lines. > > Passes bootstrap and regress, OK for commit once stage 1 reopens? > > gcc: > * config/aarch64/aarch64.md (movsi_aarch64): Use '\;' to force > newline

[PATCH] AArch64: Fix printing of 2-instruction alternatives

2024-05-15 Thread Wilco Dijkstra
Add missing '\' in 2-instruction movsi/di alternatives so that they are printed on separate lines. Passes bootstrap and regress, OK for commit once stage 1 reopens? gcc: * config/aarch64/aarch64.md (movsi_aarch64): Use '\;' to force newline in 2-instruction pattern.