On Tue, Jan 18, 2022 at 2:20 PM Richard Biener
wrote:
>
> On Mon, Jan 17, 2022 at 8:19 PM Shubham Narlawar
> wrote:
> >
> > On Mon, Jan 17, 2022 at 1:55 PM Richard Biener
> > wrote:
> > >
> > > On Mon, Jan 17, 2022 at 12:54 AM David Malcolm via Gcc
> > > wrote:
> > > >
> > > > On Sun, 2022-01
On Tue, Jan 18, 2022 at 2:19 AM Martin Sebor wrote:
>
> On 1/17/22 12:18, Shubham Narlawar via Gcc wrote:
> > On Mon, Jan 17, 2022 at 1:55 PM Richard Biener
> > wrote:
> >>
> >> On Mon, Jan 17, 2022 at 12:54 AM David Malcolm via Gcc
> >> wrote:
> >>>
> >>> On Sun, 2022-01-16 at 18:52 +0530, Shu
On Mon, Jan 17, 2022 at 8:19 PM Shubham Narlawar wrote:
>
> On Mon, Jan 17, 2022 at 1:55 PM Richard Biener
> wrote:
> >
> > On Mon, Jan 17, 2022 at 12:54 AM David Malcolm via Gcc
> > wrote:
> > >
> > > On Sun, 2022-01-16 at 18:52 +0530, Shubham Narlawar via Gcc wrote:
> > > > Hello,
> > >
> > >
On 1/17/22 12:18, Shubham Narlawar via Gcc wrote:
On Mon, Jan 17, 2022 at 1:55 PM Richard Biener
wrote:
On Mon, Jan 17, 2022 at 12:54 AM David Malcolm via Gcc wrote:
On Sun, 2022-01-16 at 18:52 +0530, Shubham Narlawar via Gcc wrote:
Hello,
Hi; various notes inline below...
My aim is t
On Mon, Jan 17, 2022 at 1:55 PM Richard Biener
wrote:
>
> On Mon, Jan 17, 2022 at 12:54 AM David Malcolm via Gcc
> wrote:
> >
> > On Sun, 2022-01-16 at 18:52 +0530, Shubham Narlawar via Gcc wrote:
> > > Hello,
> >
> > Hi; various notes inline below...
> >
> > >
> > > My aim is to iterate over gi
On Mon, Jan 17, 2022 at 5:23 AM David Malcolm wrote:
>
> On Sun, 2022-01-16 at 18:52 +0530, Shubham Narlawar via Gcc wrote:
> > Hello,
>
> Hi; various notes inline below...
>
> >
> > My aim is to iterate over gimple call stmt parameters and check
> > whether it is constant or constant expression a
On Mon, Jan 17, 2022 at 12:54 AM David Malcolm via Gcc wrote:
>
> On Sun, 2022-01-16 at 18:52 +0530, Shubham Narlawar via Gcc wrote:
> > Hello,
>
> Hi; various notes inline below...
>
> >
> > My aim is to iterate over gimple call stmt parameters and check
> > whether it is constant or constant exp
On Sun, 2022-01-16 at 18:52 +0530, Shubham Narlawar via Gcc wrote:
> Hello,
Hi; various notes inline below...
>
> My aim is to iterate over gimple call stmt parameters and check
> whether it is constant or constant expression and mark/store them for
> some gimple transformation.
>
> I have an i
Hello,
My aim is to iterate over gimple call stmt parameters and check
whether it is constant or constant expression and mark/store them for
some gimple transformation.
I have an intrinsic function call of the following -
__builtin_xyz(void*, 7, addr + 10);
I want to find its parameters which a