[patch] Fix pr14796

James A. Morrison ja2morri@csclub.uwaterloo.ca
Thu Jun 9 13:31:00 GMT 2005


 Hi,

  This patch adds some transformations for shifts and rotates such as
(a << c1) << c2 to a << (c1+c2).  This patch has been bootstrapped and
regtested on ia64-linux with no new regressions.  Ok for mainline?

-- 
Thanks,
Jim

http://www.csclub.uwaterloo.ca/~ja2morri/
http://phython.blogspot.com
http://open.nit.ca/wiki/?page=jim
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pr14796.3.patch
Type: text/x-patch
Size: 3140 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20050609/6910a347/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pr14796-1.c
Type: text/x-csrc
Size: 509 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20050609/6910a347/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pr14796-2.c
Type: text/x-csrc
Size: 504 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20050609/6910a347/attachment-0002.bin>


More information about the Gcc-patches mailing list