[PATCH] D104370: [Polly][Isl] Refactoring `IslAstInfo::getBuild()` and `IslAstInfo::IslAstUserPayload::Build` to use isl++. NFC.

Riccardo Mori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 16 06:14:29 PDT 2021


patacca created this revision.
patacca added a reviewer: Meinersbur.
Herald added a reviewer: bollu.
patacca added a project: Polly.
patacca edited the summary of this revision.
patacca published this revision for review.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Polly uses algorithms from the Integer Set Library (isl), which is a library written in C and which is incompatible with the rest of the LLVM as it is written in C++.

Changes made:

- Refactoring the method `IslAstInfo::getBuild()`
- `IslAstInfo::IslAstUserPayload.Build` now uses C++ types instead of C types
- Removing destructor of `IslAstInfo::IslAstUserPayload`


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D104370

Files:
  polly/include/polly/CodeGen/IslAst.h
  polly/lib/CodeGen/IslAst.cpp
  polly/lib/CodeGen/IslNodeBuilder.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104370.352402.patch
Type: text/x-patch
Size: 6469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210616/6132fed5/attachment.bin>


More information about the llvm-commits mailing list