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 0/4] if-conversion of loops with conditionals containing memory writes


On Thu, Jul 8, 2010 at 16:41, Sebastian Pop <sebpop@gmail.com> wrote:
> Hi,
>
> following Michael's review, this patch-set reworks the previous
> patches in order to speed up the computation of non-trapping property
> of data reference accesses in the statements to be if-converted.
>
> 1/4 is identical to the previously submitted patch.
> 2/4 is a trivial clean up.
> 3/4 simplifies the control flow in the previously submitted patch and
> ? ?now calls the function outlined in 2/4 to OR predicates.
> 4/4 is the speeding up part that Michael proposed.
>
> This patch-set passed regstrap on amd64-linux. ?Ok for trunk?

Ping.


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