[PATCH] D100265: [Polly][NFC] Partial refactoring of IslAst and IslAstInfo to use isl++
Riccardo Mori via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 15 10:49:47 PDT 2021
patacca updated this revision to Diff 337826.
patacca retitled this revision from "[Polly][NFC][DO NOT LAND YET] Refactoring IslAst and partially IslAstInfo to use isl++" to "[Polly][NFC] Partial refactoring of IslAst and IslAstInfo to use isl++".
patacca edited the summary of this revision.
patacca added a comment.
Changelog:
- Remove destructor for class `IslAst` in favor of default one
- Convert `IslAst.Root` to isl++
- Change the order of attributes in class `IslAst` to reflect the data dependencies so that the destructor won't complain
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100265/new/
https://reviews.llvm.org/D100265
Files:
polly/include/polly/CodeGen/IslAst.h
polly/lib/CodeGen/CodeGeneration.cpp
polly/lib/CodeGen/IslAst.cpp
polly/lib/CodeGen/PPCGCodeGeneration.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100265.337826.patch
Type: text/x-patch
Size: 11007 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210415/10c4af0f/attachment.bin>
More information about the llvm-commits
mailing list