RE: [PATCH] aarch64: Recognize vector permute patterns suitable for FMOV [PR100165]

2025-02-18 Thread quic_pzheng
> > Pengxuan Zheng writes: > > > This patch optimizes certain vector permute expansion with the FMOV > > > instruction when one of the input vectors is a vector of all zeros > > > and the result of the vector permute is as if the upper lane of the > > > non-zero input vector is set to zero and the

RE: [PATCH] aarch64: Recognize vector permute patterns suitable for FMOV [PR100165]

2025-02-18 Thread quic_pzheng
> Pengxuan Zheng writes: > > This patch optimizes certain vector permute expansion with the FMOV > > instruction when one of the input vectors is a vector of all zeros and > > the result of the vector permute is as if the upper lane of the > > non-zero input vector is set to zero and the lower lan

Re: [PATCH] aarch64: Recognize vector permute patterns suitable for FMOV [PR100165]

2024-10-31 Thread Richard Sandiford
Pengxuan Zheng writes: > This patch optimizes certain vector permute expansion with the FMOV > instruction > when one of the input vectors is a vector of all zeros and the result of the > vector permute is as if the upper lane of the non-zero input vector is set to > zero and the lower lane remai

[PATCH] aarch64: Recognize vector permute patterns suitable for FMOV [PR100165]

2024-10-31 Thread Pengxuan Zheng
This patch optimizes certain vector permute expansion with the FMOV instruction when one of the input vectors is a vector of all zeros and the result of the vector permute is as if the upper lane of the non-zero input vector is set to zero and the lower lane remains unchanged. Note that the patch