gcc/gcc ChangeLog config/i386/i386.c
sayle@gcc.gnu.org
sayle@gcc.gnu.org
Fri Sep 10 02:32:00 GMT 2004
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: sayle@gcc.gnu.org 2004-09-10 02:32:20
Modified files:
gcc : ChangeLog
gcc/config/i386: i386.c
Log message:
* config/i386/i386.c (ix86_expand_ashlsi3_const): New function to
expand a left shift by an immediate constant as either an ashl or
a sequence of additions.
(ix86_split_ashldi): Use new ix86_expand_ashlsi3_const function
instead of calling gen_ashlsi3 with a constant directly.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.5347&r2=2.5348
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.c.diff?cvsroot=gcc&r1=1.723&r2=1.724
More information about the Gcc-cvs
mailing list