[polly] r179148 - scop detection: properly instantiate SCEVs to the place where they are used

Tobias Grosser tobias at grosser.es
Tue Apr 9 23:16:57 PDT 2013


On 04/10/2013 06:05 AM, Sebastian Pop wrote:
> Author: spop
> Date: Tue Apr  9 23:05:18 2013
> New Revision: 179148
>
> URL: http://llvm.org/viewvc/llvm-project?rev=179148&view=rev
> Log:
> scop detection: properly instantiate SCEVs to the place where they are used

[...]

> Added: polly/trunk/test/ScopDetect/isl_aff_out_of_bounds.ll
> URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/ScopDetect/isl_aff_out_of_bounds.ll?rev=179148&view=auto
> ==============================================================================
> --- polly/trunk/test/ScopDetect/isl_aff_out_of_bounds.ll (added)
> +++ polly/trunk/test/ScopDetect/isl_aff_out_of_bounds.ll Tue Apr  9 23:05:18 2013
> @@ -0,0 +1,40 @@
> +; RUN: opt %loadPolly -basicaa -polly-codegen-isl -polly-codegen-scev %s

Why are you running -polly-codegen here? If this is in test/ScopDetect 
you should only run -polly-detect. To test the changes in TempScop, you 
probably want to place it in test/ScopInfo, run -polly-scops and check 
the output.

Tobias



More information about the llvm-commits mailing list