This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH i386] PR47698 no CMOV for volatile mem


>      2011-11-06 Sergey Ostanevich sergos.gnu@gmail.com
>
>      PR rtl-optimization/47698
>      * ifconv.c (noce_operand_ok): prevent CMOV generation
>      for volatile mem

There is no such file as ifconv.c though.  The first letter must be capitalized
and there must be a period at the end.  A more exact description would have 
been "Return false for mems with side effects".  The comment attached to the 
code should have been moved with the code.

>      2011-11-06 Sergey Ostanevich sergos.gnu@gmail.com
>
>      PR rtl-optimization/47698
>      * gcc.target/i386/47698.c: New test

Likewise.

-- 
Eric Botcazou


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]