Re: Missing functionality

2020-10-23 Thread Gary Oblock via Gcc
be its user. Gary From: Richard Biener Sent: Thursday, October 22, 2020 11:01 PM To: Gary Oblock Cc: gcc@gcc.gnu.org Subject: Re: Missing functionality [EXTERNAL EMAIL NOTICE: This email originated from an external sender. Please be mindful of safe email handli

Re: Missing functionality

2020-10-22 Thread Richard Biener via Gcc
On Fri, Oct 23, 2020 at 5:10 AM Gary Oblock via Gcc wrote: > > I'm finishing up coding my patterns for the structure reorganization > optimization. They recognize certain instructions and replace them > other instructions. I've got some code that generates gimple which is > inserted as it's create

Missing functionality

2020-10-22 Thread Gary Oblock via Gcc
I'm finishing up coding my patterns for the structure reorganization optimization. They recognize certain instructions and replace them other instructions. I've got some code that generates gimple which is inserted as it's created with gsi_insert_before. This code is something I'd like to use at o