https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64304
--- Comment #7 from fyang at gcc dot gnu.org --- Author: fyang Date: Tue May 5 15:50:18 2015 New Revision: 222812 URL: https://gcc.gnu.org/viewcvs?rev=222812&root=gcc&view=rev Log: Backported from mainline 2015-01-19 Jiong Wang <jiong.w...@arm.com> Andrew Pinski <apin...@cavium.com> PR target/64304 * config/aarch64/aarch64.md (define_insn "*ashl<mode>3_insn"): Deleted. (ashl<mode>3): Don't expand if operands[2] is not constant. Added: branches/gcc-4_9-branch/gcc/testsuite/gcc.target/aarch64/pr64304.c Modified: branches/gcc-4_9-branch/gcc/ChangeLog branches/gcc-4_9-branch/gcc/config/aarch64/aarch64.md branches/gcc-4_9-branch/gcc/testsuite/ChangeLog