Tobi, What is the situation with -polly-codegen-isl in polly svn? Should we be testing polly without cloog as the default configuration or will cloog use not be deprecated in 3.3? Jack
On Sun, Feb 10, 2013 at 09:23:59AM -0500, Jack Howarth wrote:> Tobi, > What is the situation with -polly-codegen-isl in polly svn? Should we be testing > polly without cloog as the default configuration or will cloog use not be deprecated > in 3.3? > JackTobi, Is it even possible to build polly without cloog at the moment or is the presence of the -polly-codegen-isl flag just for testing the isl-only mode of polly? I don't see any cmake options to configure the polly build to not use cloog. Jack> _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
On 02/10/2013 03:23 PM, Jack Howarth wrote:> Tobi, > What is the situation with -polly-codegen-isl in polly svn? Should we be testing > polly without cloog as the default configuration or will cloog use not be deprecated > in 3.3?Hi Jack, according to my and Sebastian's test, the isl code generation is in a very good shape. I am not ware of any bugs specific to it. However, we are still missing support for OpenMP. As soon as this is done, we can switch the default. Tobias
On 02/10/2013 03:33 PM, Jack Howarth wrote:> On Sun, Feb 10, 2013 at 09:23:59AM -0500, Jack Howarth wrote: >> Tobi, >> What is the situation with -polly-codegen-isl in polly svn? Should we be testing >> polly without cloog as the default configuration or will cloog use not be deprecated >> in 3.3? >> Jack > > Tobi, > Is it even possible to build polly without cloog at the moment or is the presence of > the -polly-codegen-isl flag just for testing the isl-only mode of polly? I don't see > any cmake options to configure the polly build to not use cloog.CLooG was already optional in the autoconf build and I just committed a change to make it optional in the cmake build. We do not have an explicit flag yet to disable including CLooG support, however there is no recent CLooG in your path, cmake will build polly without CLooG support. Tobias