Ping. -- Evandro Menezes
On 10/20/2015 11:14 AM, Evandro Menezes wrote:
Kyrill, Indeed, the correct log would be: The type assigned to some insn definitions was not correct. gcc/ * config/aarch64/aarch64.md(*movhf_aarch64): Change the type of "mov %0.h[0], %1.h[0] to "neon_move".(*movtf_aarch64): Change the type of "fmov %s0, wzr" to "f_mcr".(*cmov<mode>_insn): Change the types of "mov %<w>0, {-1,1}" to "mov_imm".(*cmovsi_insn_uxtw): Likewise. Thank you,