Re: Assigning the result of a function call to a variable in the Gfortran frontend

2017-09-05 Thread Leslie Zhai
Hi Tobias, You are welcome! 在 2017年09月06日 13:14, Tobias Grosser 写道: Thank you leslie! Best, Tobias On Wed, Sep 6, 2017, at 05:25, Leslie Zhai wrote: 在 2017年09月05日 15:25, Leslie Zhai 写道: 在 2017年09月05日 14:14, Tobias Grosser 写道: Hi Leslie, I copied you in this thread as you currently work

Re: Assigning the result of a function call to a variable in the Gfortran frontend

2017-09-05 Thread Tobias Grosser
Thank you leslie! Best, Tobias On Wed, Sep 6, 2017, at 05:25, Leslie Zhai wrote: > > > 在 2017年09月05日 15:25, Leslie Zhai 写道: > > > > > > 在 2017年09月05日 14:14, Tobias Grosser 写道: > >> Hi Leslie, > >> > >> I copied you in this thread as you currently worked quite a bit with > >> dragonegg and we ar

Re: Assigning the result of a function call to a variable in the Gfortran frontend

2017-09-05 Thread Leslie Zhai
在 2017年09月05日 15:25, Leslie Zhai 写道: 在 2017年09月05日 14:14, Tobias Grosser 写道: Hi Leslie, I copied you in this thread as you currently worked quite a bit with dragonegg and we are currently trying to generate metadata that makes it easier to reason about multi-dimensional fortran arrays. Bes

Re: Assigning the result of a function call to a variable in the Gfortran frontend

2017-09-05 Thread Leslie Zhai
在 2017年09月05日 14:14, Tobias Grosser 写道: Hi Leslie, I copied you in this thread as you currently worked quite a bit with dragonegg and we are currently trying to generate metadata that makes it easier to reason about multi-dimensional fortran arrays. Best, Tobias On Mon, Sep 4, 2017, at 23:06

Re: Assigning the result of a function call to a variable in the Gfortran frontend

2017-09-04 Thread Tobias Grosser
Hi Leslie, I copied you in this thread as you currently worked quite a bit with dragonegg and we are currently trying to generate metadata that makes it easier to reason about multi-dimensional fortran arrays. Best, Tobias On Mon, Sep 4, 2017, at 23:06, (IIIT) Siddharth Bhat wrote: > Hello, > >

Fwd: Assigning the result of a function call to a variable in the Gfortran frontend

2017-09-04 Thread (IIIT) Siddharth Bhat
Hello, I've been hacking on the Gfortran frontend to change array index expressions to function calls, so that I can inspect them later on in the pipeline. I go from Fortran -> LLVM IR (through dragonegg) where I will look at the function call nodes. However, I'm not able to generate correct IR f