https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119010
--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:c3a704df22f11f4d337fa5d73c642a6f7a96d6f2 commit r15-8919-gc3a704df22f11f4d337fa5d73c642a6f7a96d6f2 Author: Richard Biener <rguent...@suse.de> Date: Tue Mar 25 15:40:22 2025 +0100 target/119010 - add missing integer store reservations for znver4 and znver5 The imov and imovx classified stores miss reservations in the znver4/5 pipeline description. The following adds them. PR target/119010 * config/i386/zn4zn5.md (znver4_imov_double_store, znver5_imov_double_store, znver4_imov_store, znver5_imov_store): New reservations for integer stores.