https://llvm.org/bugs/show_bug.cgi?id=19972
Renato Golin <renato.go...@linaro.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED CC| |renato.go...@linaro.org Resolution|--- |FIXED --- Comment #7 from Renato Golin <renato.go...@linaro.org> --- Trunk generates: push {r7, lr} add r7, sp, #0 ldm r0!, {r1, r2} subs r0, #8 bl bar pop {r7, pc} which, while inefficient (the sub is unnecessary with no write-back), looks correct. If people feel strongly about reducing code size for that sequence in Thumb1, please open a new enhancement bug. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs