patch for inlining all blocks with address taken

Gerolf Hoflehner ghoflehner at apple.com
Thu Apr 17 14:23:38 PDT 2014


any opinions?

On Apr 14, 2014, at 3:29 PM, Gerolf Hoflehner <ghoflehner at apple.com> wrote:

> Hi
> 
> In some cases a reference to a cloned block is not available since it has not been cloned yet. The net effect is that some block may not get inlined. The attached patch solves this timing problem by first collecting all candidate inline blocks and computing the references as necessary, and then proceeding with the actual cloning.
> 
> Gerolf
> 
> <r16427209.patch>_______________________________________________
> 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