which generated by gfortran:
[EMAIL PROTECTED]:~/math/lapack-
gfortran/SRC$ gfortran -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../trunk/configure
--prefix=/home/tianwei/gcc/trunk-install
--enable-languages=c,c++,fortran --disable-multilib
--disable-bootstrap
Thread
On Thu, Jul 3, 2008 at 11:27 PM, Steven Bosscher <[EMAIL PROTECTED]> wrote:
> On Fri, Jul 4, 2008 at 1:25 AM, Tianwei <[EMAIL PROTECTED]> wrote:
>> it won't query the aliaser for more precise information, maybe the
>> code is a little older.
>
> Not at all,
On Thu, Jul 3, 2008 at 4:13 PM, Tianwei <[EMAIL PROTECTED]> wrote:
> On Thu, Jul 3, 2008 at 3:26 PM, Steven Bosscher <[EMAIL PROTECTED]> wrote:
>> On Fri, Jul 4, 2008 at 12:05 AM, Tianwei <[EMAIL PROTECTED]> wrote:
>>> Hi, all,
>>>My current proje
On Thu, Jul 3, 2008 at 3:26 PM, Steven Bosscher <[EMAIL PROTECTED]> wrote:
> On Fri, Jul 4, 2008 at 12:05 AM, Tianwei <[EMAIL PROTECTED]> wrote:
>> Hi, all,
>>My current project wants to reuse DDG's infrastructure to get some
>> loop carried dependency
gned or i missed something?
3. the final question is there any existed optimization phase which
use ddg's code beside sms?
thanks very much.
Tianwei
because of p = p +1; now p points to pair.b.
any way, I will think over your "base,ofst" rule.
tianwei
On 3/29/06, Mike Stump <[EMAIL PROTECTED]> wrote:
> On Mar 28, 2006, at 11:03 PM, Tianwei Sheng wrote:
> > I need the field_info to help in alias analysis. for example:
&
can say "*p" and "*q" are not aliased with each other.
thanks.
tianwei
On 3/29/06, Tianwei Sheng <[EMAIL PROTECTED]> wrote:
> Hi all:
>for the following statement, how can I get the field_id info for
> the structure member
> struct{
> int a;
>
as "&pair + ofset of a".
I am not familiar with the gcc tree. any one know this?
thanks.
tianwei