https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80818
--- Comment #10 from Vladimir Makarov <vmakarov at gcc dot gnu.org> --- Author: vmakarov Date: Wed Nov 29 22:19:25 2017 New Revision: 255258 URL: https://gcc.gnu.org/viewcvs?rev=255258&root=gcc&view=rev Log: 2017-11-29 Vladimir Makarov <vmaka...@redhat.com> PR rtl-optimization/80818 * lra.c (collect_non_operand_hard_regs): New arg insn. Pass it recursively. Use insn code for clobber. (lra_set_insn_recog_data): Pass the new arg to collect_non_operand_hard_regs. (add_regs_to_insn_regno_info): Pass insn instead of uid. Use insn code for clobber. (lra_update_insn_regno_info): Pass insn to add_regs_to_insn_regno_info. Modified: trunk/gcc/ChangeLog trunk/gcc/lra.c