https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122216
--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-15 branch has been updated by Christophe Lyon <[email protected]>: https://gcc.gnu.org/g:6cd6125361566349998613bbfe0445ed61e6917f commit r15-10511-g6cd6125361566349998613bbfe0445ed61e6917f Author: Christophe Lyon <[email protected]> Date: Fri Sep 19 13:04:55 2025 +0000 arm: [MVE intrinsics] rework asrl lsll [PR122216] Implement asrl and lsll using the new MVE builtins framework. gcc/ChangeLog: PR target/122216 * config/arm/arm-mve-builtins-base.cc (enum which_scalar_shift): New. (mve_function_scalar_shift): New. (asrl, lsll): New. * config/arm/arm-mve-builtins-base.def (asrl, lsll): New. * config/arm/arm-mve-builtins-base.h (asrl, lsll): New. * config/arm/arm_mve.h (asrl): Delete. (lsll): Delete. (__arm_asrl): Delete. (__arm_lsll): Delete.
