[llvm-commits] Polly cleanup patches in preparation for the new ISL code generator

Sebastian Pop spop at codeaurora.org
Thu May 3 08:08:01 PDT 2012


On Wed, May 2, 2012 at 11:22 AM, Tobias Grosser <tobias at grosser.es> wrote:
> Yes, please commit.

Thanks.

The second patch splits the clast code generator from CodeGeneration.cpp
into Clast.cpp.  I have put the clast_expr and clast_stmt code generator classes
in Cloog.h: this way we can isolate all the CLooG functionality, and include
Cloog.h conditionally on #ifdef CLOOG_FOUND that is defined at configure time
(third patch).  For the moment I have left CLooG as "required" in the configure
script, we will lower the status of CLooG when we will be happy with the new ISL
code generator.

Sebastian
--
Qualcomm Innovation Center, Inc is a member of Code Aurora Forum
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-compile-cloog-code-only-when-CLOOG_FOUND-is-set.patch
Type: application/octet-stream
Size: 10862 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120503/a4bebbf1/attachment.obj>


More information about the llvm-commits mailing list