tree-outof-ssa.c
25.7 KB
-
re PR middle-end/39927 (build breakage for cris-elf building libstdc++-v3) · 8e001680
PR middle-end/39927 PR bootstrap/39929 * tree-outof-ssa.c (emit_partition_copy): New function. (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge, insert_part_to_rtx_on_edge): Perform the partition base var copy using emit_partition_copy. (insert_value_copy_on_edge): Convert constants to the right mode. (insert_rtx_to_part_on_edge): Add UNSIGNEDSRCP parameter. (elim_create): Pass the sign of the src to insert_rtx_to_part_on_edge. Co-Authored-By: Michael Matz <matz@suse.de> From-SVN: r146982
Andreas Krebbel committed