[PATCH] D14715: [Polly] Loop versioning after code generation (WIP)

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 08:09:03 PST 2015


Meinersbur added a comment.

In http://reviews.llvm.org/D14715#309767, @llvm-commits wrote:

> To bad, I thought this was a nice solution.
>
> One of the students I advice currently tackles a similar problem when SE
>  is used to synthesise code in a parallel subfunction... I'll let you
>  know once we figured that out.


One of my other suggestions was to generate the code in a separate function which is to be inlined by LLVM afterwards. Unfortunatelt it is forbidden for function passes to touch (or create) functions they were not invoked on.


http://reviews.llvm.org/D14715





More information about the llvm-commits mailing list