On Fri, 10 Oct 2025 at 13:03, Christophe Lyon via Sourceware Forge <[email protected]> wrote: > > Hi gcc-patches mailing list, > Christophe Lyon <[email protected]> has requested that the following forgejo > pull request > be published on the mailing list. > > Created on: 2025-10-09 14:19:47+00:00 > Latest update: 2025-10-10 11:00:21+00:00 > Changes: 2 changed files, 27 additions, 2 deletions > Head revision: clyon/gcc-TEST ref MVE-vbicq_f commit > 21cf75f582cb5a46f664517437ae0996ab15de25 > Base revision: gcc/gcc-TEST ref trunk commit > 0088e4a419eb5cc3563a8b4b90fe71f0e33a9a84 r16-4080-g0088e4a419eb5c > Merge base: 0088e4a419eb5cc3563a8b4b90fe71f0e33a9a84 > Full diff url: https://forge.sourceware.org/gcc/gcc-TEST/pulls/93.diff > Discussion: https://forge.sourceware.org/gcc/gcc-TEST/pulls/93 > Requested Reviewers: rearnsha > > The operands of the floating-point version of vbicq were swapped, this > patch fixes this. > > gcc/ChangeLog: > PR target/122223 > * config/arm/mve.md (@mve_vbicq_f<mode>): Fix operands order. > > gcc/testsuite/ChangeLog: > PR target/122223 > * gcc.target/arm/mve/intrinsics/pr122223.c: New test. >
Approved on forgejo, pushed as r16-4359-g81e226440381cc3e033df7e58cc7793c9b4b4e25 Thanks, Christophe > Thanks for taking the time to contribute to GCC! > > Please be advised that https://forge.sourceware.org/ is currently a trial > that is being used by the GCC community to experiment with a new workflow > based on pull requests. > > Pull requests sent here may be forgotten or ignored. Patches that you want to > propose for inclusion in GCC should use the existing email-based workflow, > see https://gcc.gnu.org/contribute.html > > > Changed files: > - A: gcc/testsuite/gcc.target/arm/mve/intrinsics/pr122223.c > - M: gcc/config/arm/mve.md > > > Christophe Lyon (1): > arm: [MVE] Fix operands order in vbicq_f [PR122223] > > gcc/config/arm/mve.md | 4 +-- > .../gcc.target/arm/mve/intrinsics/pr122223.c | 25 +++++++++++++++++++ > 2 files changed, 27 insertions(+), 2 deletions(-) > create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/pr122223.c > > -- > 2.50.1 >
