Re: [PATCH] aarch64: Add testcase for vld2 which was fixed by r16-1113 [PR89606]

2025-06-05 Thread Richard Sandiford
Andrew Pinski writes: > This aarch64 specific vld2 intrinsics testcase was fixed by > r16-1113-g069caa5cea91f > (simple copy propagation for aggregates). I didn't include it in the original > patch as I was testing on x86_64 but I got around to testing this > and now we don't have any more extra

[PATCH] aarch64: Add testcase for vld2 which was fixed by r16-1113 [PR89606]

2025-06-04 Thread Andrew Pinski
This aarch64 specific vld2 intrinsics testcase was fixed by r16-1113-g069caa5cea91f (simple copy propagation for aggregates). I didn't include it in the original patch as I was testing on x86_64 but I got around to testing this and now we don't have any more extra movs so let's add a testcase. Te