[llvm] r179026 - Generate PPC early conditional returns

Hal Finkel hfinkel at anl.gov
Tue Apr 9 10:07:34 PDT 2013


----- Original Message -----
> From: "Krzysztof Parzyszek" <kparzysz at codeaurora.org>
> To: llvm-commits at cs.uiuc.edu
> Sent: Tuesday, April 9, 2013 11:04:55 AM
> Subject: Re: [llvm] r179026 - Generate PPC early conditional returns
> 
> On 4/8/2013 8:04 PM, Chris Lattner wrote:
> >
> > Should this just be a special case of general predication/if
> > conversion?
> 
> Early if-conversion would likely be better for this.

I think that early if conversion is too early because it happens before epilogue generation.

 -Hal

> 
> -Krzysztof
> 
> --
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
> hosted by The Linux Foundation
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
> 



More information about the llvm-commits mailing list