[PATCH] D99971: [Polly] Refactoring isExecutedInParallel() isReductionParallel() getSchedule() getBrokenReductions() getReferencesInSubtree() getScheduleForAstNode() getBrokenReductionsStr() to use isl++
Riccardo Mori via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 6 10:58:07 PDT 2021
patacca updated this revision to Diff 335593.
patacca added a comment.
I've had some difficulties with arcanist. This is the right diff.
Changes made:
- Refactoring isExecutedInParallel() isReductionParallel() getSchedule() getBrokenReductions() getReferencesInSubtree() getScheduleForAstNode() getBrokenReductionsStr() to take C++ bindings instead of the plain isl C api.
- Fixed the mismatching function declaration for getScheduleForAstNode()
- Using is_null() from isl C++ bindings
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99971/new/
https://reviews.llvm.org/D99971
Files:
polly/include/polly/CodeGen/IslAst.h
polly/include/polly/CodeGen/IslNodeBuilder.h
polly/lib/CodeGen/IslAst.cpp
polly/lib/CodeGen/IslNodeBuilder.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99971.335593.patch
Type: text/x-patch
Size: 10380 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210406/28f03dfe/attachment.bin>
More information about the llvm-commits
mailing list