[llvm-commits] [PATCH 2/2] Allow RegionPass to do post processing after all passes have run.

ether zhhb etherzhhb at gmail.com
Thu May 5 06:16:32 PDT 2011


hi tobi,

this provide one possible way to clean up the OpenMP codegen, but not
a very straight forward way, i figure out another "just work" approach
to decouple  OpenMP code generation and ScopDetection slightly.  I
will list them in polly-dev list later.

best regards
ether

On Thu, May 5, 2011 at 8:04 PM, Tobias Grosser <tobias at grosser.es> wrote:
> On 05/05/2011 10:07 AM, ether zhhb wrote:
>>
>> hi,
>>
>> This patch add a module level finalization function to regionpass.
>
> Hi ether,
>
> this looks good.
>
> For what are you planning to use this? Are you planning to clean up the
> OpenMP code generation?
>
> Cheers
> Tobi
>



More information about the llvm-commits mailing list