[llvm] r179026 - Generate PPC early conditional returns
Krzysztof Parzyszek
kparzysz at codeaurora.org
Tue Apr 9 10:14:59 PDT 2013
On 4/9/2013 12:07 PM, Hal Finkel wrote:
>
> I think that early if conversion is too early because it happens before epilogue generation.
Does this cause a problem?
Early return can help avoid a PHI node in the return block, and can
expose opportunity for shrink-wrapping.
-Krzysztof
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation
More information about the llvm-commits
mailing list