Re: Validation of adding left shift stmt at GIMPLE - [Custom GCC plugin]]

2022-03-28 Thread Richard Biener via Gcc
On Sun, Mar 27, 2022 at 7:44 PM Shubham Narlawar wrote: > > On Wed, Feb 23, 2022 at 12:52 PM Richard Biener > wrote: > > > > On Tue, Feb 22, 2022 at 2:10 PM Shubham Narlawar > > wrote: > > > > > > On Tue, Feb 22, 2022 at 3:55 PM Richard Biener > > > wrote: > > > > > > > > On Tue, Feb 22, 2022

Re: Validation of adding left shift stmt at GIMPLE - [Custom GCC plugin]]

2022-03-27 Thread Shubham Narlawar via Gcc
On Wed, Feb 23, 2022 at 12:52 PM Richard Biener wrote: > > On Tue, Feb 22, 2022 at 2:10 PM Shubham Narlawar > wrote: > > > > On Tue, Feb 22, 2022 at 3:55 PM Richard Biener > > wrote: > > > > > > On Tue, Feb 22, 2022 at 8:38 AM Shubham Narlawar > > > wrote: > > > > > > > > On Mon, Feb 21,

Re: Validation of adding left shift stmt at GIMPLE - [Custom GCC plugin]]

2022-02-22 Thread Richard Biener via Gcc
On Tue, Feb 22, 2022 at 2:10 PM Shubham Narlawar wrote: > > On Tue, Feb 22, 2022 at 3:55 PM Richard Biener > wrote: > > > > On Tue, Feb 22, 2022 at 8:38 AM Shubham Narlawar > > wrote: > > > > > > On Mon, Feb 21, 2022 at 1:02 PM Richard Biener > > > wrote: > > > > > > > > On Sun, Feb 20, 2022

Re: Validation of adding left shift stmt at GIMPLE - [Custom GCC plugin]]

2022-02-22 Thread Shubham Narlawar via Gcc
On Tue, Feb 22, 2022 at 3:55 PM Richard Biener wrote: > > On Tue, Feb 22, 2022 at 8:38 AM Shubham Narlawar > wrote: > > > > On Mon, Feb 21, 2022 at 1:02 PM Richard Biener > > wrote: > > > > > > On Sun, Feb 20, 2022 at 11:44 PM Andrew Pinski via Gcc > > > wrote: > > > > > > > > On Sun, Feb

Re: Validation of adding left shift stmt at GIMPLE - [Custom GCC plugin]]

2022-02-22 Thread Richard Biener via Gcc
On Tue, Feb 22, 2022 at 8:38 AM Shubham Narlawar wrote: > > On Mon, Feb 21, 2022 at 1:02 PM Richard Biener > wrote: > > > > On Sun, Feb 20, 2022 at 11:44 PM Andrew Pinski via Gcc > > wrote: > > > > > > On Sun, Feb 20, 2022 at 10:45 AM Shubham Narlawar > > > wrote: > > > > > > > > On Sat, Feb

Re: Validation of adding left shift stmt at GIMPLE - [Custom GCC plugin]]

2022-02-21 Thread Shubham Narlawar via Gcc
On Mon, Feb 21, 2022 at 1:02 PM Richard Biener wrote: > > On Sun, Feb 20, 2022 at 11:44 PM Andrew Pinski via Gcc > wrote: > > > > On Sun, Feb 20, 2022 at 10:45 AM Shubham Narlawar > > wrote: > > > > > > On Sat, Feb 19, 2022 at 1:15 AM Andrew Pinski wrote: > > > > > > > > On Fri, Feb 18, 2022

Re: Validation of adding left shift stmt at GIMPLE - [Custom GCC plugin]]

2022-02-20 Thread Richard Biener via Gcc
On Sun, Feb 20, 2022 at 11:44 PM Andrew Pinski via Gcc wrote: > > On Sun, Feb 20, 2022 at 10:45 AM Shubham Narlawar > wrote: > > > > On Sat, Feb 19, 2022 at 1:15 AM Andrew Pinski wrote: > > > > > > On Fri, Feb 18, 2022 at 11:04 AM Shubham Narlawar via Gcc > > > wrote: > > > > > > > > Hello, >

Re: Validation of adding left shift stmt at GIMPLE - [Custom GCC plugin]]

2022-02-20 Thread Andrew Pinski via Gcc
On Sun, Feb 20, 2022 at 10:45 AM Shubham Narlawar wrote: > > On Sat, Feb 19, 2022 at 1:15 AM Andrew Pinski wrote: > > > > On Fri, Feb 18, 2022 at 11:04 AM Shubham Narlawar via Gcc > > wrote: > > > > > > Hello, > > > > > > I want to know whether it is correct to add left shift instruction to > >

Re: Validation of adding left shift stmt at GIMPLE - [Custom GCC plugin]]

2022-02-20 Thread Shubham Narlawar via Gcc
On Sat, Feb 19, 2022 at 1:15 AM Andrew Pinski wrote: > > On Fri, Feb 18, 2022 at 11:04 AM Shubham Narlawar via Gcc > wrote: > > > > Hello, > > > > I want to know whether it is correct to add left shift instruction to > > a constant expression statement like "_3 + 4"? > > > > I am trying to add a

Re: Validation of adding left shift stmt at GIMPLE - [Custom GCC plugin]]

2022-02-18 Thread Andrew Pinski via Gcc
On Fri, Feb 18, 2022 at 11:04 AM Shubham Narlawar via Gcc wrote: > > Hello, > > I want to know whether it is correct to add left shift instruction to > a constant expression statement like "_3 + 4"? > > I am trying to add a left shift instruction in between below GIMPLE > instructions - > >:

Validation of adding left shift stmt at GIMPLE - [Custom GCC plugin]]

2022-02-18 Thread Shubham Narlawar via Gcc
Hello, I want to know whether it is correct to add left shift instruction to a constant expression statement like "_3 + 4"? I am trying to add a left shift instruction in between below GIMPLE instructions - : instrn_buffer.0_1 = instrn_buffer; _2 = tree.cnt; _3 = (int) _2; _4 = _3 +