-
- Downloads
re PR target/14040 (ARM cross compiler: error: could not split insn)
PR target/14040 * genemit.c (gen_split): Change prototype of generated code. * genrecog.c (write_action): Adjust prototype for and calls to gen_split_*. * gensupport.c (struct queue_elem): Add split field. (queue_pattern): Return a value. Clear the split field. (process_rtx): Maintain an association between an insn and the split generated from it for a define_insn_and_split. (process_one_cond_exec): Generate a new split for a define_insn_and_split. * config/arm/arm-protos.h (arm_split_constant): Add insn parameter. (emit_constant_insn): New function. (arm_gen_constant): Use it. * config/arm/arm.md: Adjust calls to arm_split_constant. From-SVN: r80335
Showing
- gcc/ChangeLog 17 additions, 0 deletionsgcc/ChangeLog
- gcc/config/arm/arm-protos.h 2 additions, 2 deletionsgcc/config/arm/arm-protos.h
- gcc/config/arm/arm.c 135 additions, 74 deletionsgcc/config/arm/arm.c
- gcc/config/arm/arm.md 20 additions, 17 deletionsgcc/config/arm/arm.md
- gcc/genemit.c 3 additions, 2 deletionsgcc/genemit.c
- gcc/genrecog.c 2 additions, 2 deletionsgcc/genrecog.c
- gcc/gensupport.c 54 additions, 7 deletionsgcc/gensupport.c
Loading
Please register or sign in to comment