On 03-Jun-15 09:39 AM, shmeel gutl wrote:
find_modifiable_mems was introduced to gcc 4.8 in september 2012. Is
there any documentation as to how it is supposed to help the haifa
scheduler?
In my private port of gcc it make the following type of transformations
from
a= *(b+20)
On 04-Jun-15 03:54 AM, Jim Wilson wrote:
On 06/02/2015 11:39 PM, shmeel gutl wrote:
find_modifiable_mems was introduced to gcc 4.8 in september 2012. Is
there any documentation as to how it is supposed to help the haifa
scheduler?
The patch was submitted here
https://gcc.gnu.org/ml/gcc-patch
On 06/02/2015 11:39 PM, shmeel gutl wrote:
> find_modifiable_mems was introduced to gcc 4.8 in september 2012. Is
> there any documentation as to how it is supposed to help the haifa
> scheduler?
The patch was submitted here
https://gcc.gnu.org/ml/gcc-patches/2012-08/msg00155.html
and this messa
-Original Message-
From: gcc-ow...@gcc.gnu.org [mailto:gcc-ow...@gcc.gnu.org] On Behalf Of shmeel
gutl
Sent: Wednesday, June 03, 2015 12:10 PM
To: GCC Development
Subject: Question about find modifiable mems
>>find_modifiable_mems was introduced to gcc 4.8 in september 2012. Is there
>