Re: Question about changing {machine,type} modes during LTO

2020-01-29 Thread Erick Ochoa
Hi Richard, Thanks! I can confirm that changing VAR_DECL's type and calling relayout_decl fixes my problem. On 2020-01-28 4:35 a.m., Richard Biener wrote: > On Mon, Jan 27, 2020 at 6:41 PM Erick Ochoa > wrote: >> >> Hello, >> >> I have a problem with a transformation I'm working on and I would

Re: Question about changing {machine,type} modes during LTO

2020-01-28 Thread Richard Biener
On Mon, Jan 27, 2020 at 6:41 PM Erick Ochoa wrote: > > Hello, > > I have a problem with a transformation I'm working on and I would appreciate > some help. The transformation I am working on removes fields in structs early > during link-time. For the purposes of development and this example, my >

Question about changing {machine,type} modes during LTO

2020-01-27 Thread Erick Ochoa
Hello, I have a problem with a transformation I'm working on and I would appreciate some help. The transformation I am working on removes fields in structs early during link-time. For the purposes of development and this example, my transformation deletes the field identified as "delete_me" from