combine.c
483 KB
-
combine: Don't make an intermediate reg for assigning to sfp (PR87871) · 0f31a750
The code with an intermediate register is perfectly fine, but LRA apparently cannot handle the resulting code, or perhaps something else is wrong. In either case, making an extra temporary will not likely help here, so let's just skip it. PR rtl-optimization/87871 * combine.c (make_more_copies): Skip if dest is frame_pointer_rtx. From-SVN: r265821
Segher Boessenkool committed