Re: wide-int, ipa

2014-01-31 Thread Mike Stump
On Jan 9, 2014, at 7:20 AM, Richard Biener wrote: > @@ -968,7 +968,7 @@ get_polymorphic_call_info (tree fndecl, >{ > base_pointer = TREE_OPERAND (base, 0); > context->offset > -+= offset2 + mem_ref_offset (base).low * BITS_PER_U

Re: wide-int, ipa

2014-01-09 Thread Richard Biener
On Thu, Jan 2, 2014 at 5:12 AM, Mike Stump wrote: > On Nov 23, 2013, at 11:22 AM, Mike Stump wrote: >> Richi has asked the we break the wide-int patch so that the individual port >> and front end maintainers can review their parts without have to go through >> the entire patch.This patch co

Re: wide-int, ipa

2014-01-01 Thread Mike Stump
On Nov 23, 2013, at 11:22 AM, Mike Stump wrote: > Richi has asked the we break the wide-int patch so that the individual port > and front end maintainers can review their parts without have to go through > the entire patch.This patch covers the ipa code. > > Ok? Ping? I promise, this patc

wide-int, ipa

2013-11-23 Thread Mike Stump
Richi has asked the we break the wide-int patch so that the individual port and front end maintainers can review their parts without have to go through the entire patch.This patch covers the ipa code. Ok? * ipa-devirt.c (get_polymorphic_call_info): Use wide-int interfaces.