Re: [PATCH][AArch64] Cleanup logic around aarch64_final_prescan

2014-10-24 Thread Marcus Shawcroft
On 22 October 2014 14:57, Kyrill Tkachov wrote: > 2014-10-13 Kyrylo Tkachov > > * config/aarch64/aarch64.h (ADJUST_INSN_LENGTH): Wrap definition in > do while (0). > * config/aarch64/aarch64.c (is_mem_p): Delete. > (is_memory_op): Rename to... > (has_memory_op): ... This.

[PATCH][AArch64] Cleanup logic around aarch64_final_prescan

2014-10-22 Thread Kyrill Tkachov
Hi all, This patch addresses feedback from: https://gcc.gnu.org/ml/gcc-patches/2014-10/msg00933.html and https://gcc.gnu.org/ml/gcc-patches/2014-10/msg00985.html I think the correct way is this approach. We want to return true not only when body is NULL, but also when we know that prev (from wh