This is an archive of the discontinued LLVM Phabricator instance.

[Polly][Isl] Use isl::union_map::unite() instead of isl::union_map::add_map(). NFC
ClosedPublic

Authored by patacca on Jul 15 2021, 6:01 AM.

Details

Summary

This is part of an effort to reduce the differences between the custom C++ bindings used right now by polly in lib/External/isl/include/isl/isl-noxceptions.h and the official isl C++ interface.

Changes made:

Depends on D106059

Diff Detail

Event Timeline

patacca created this revision.Jul 15 2021, 6:01 AM
patacca published this revision for review.Jul 15 2021, 6:03 AM
patacca edited the summary of this revision. (Show Details)
patacca added a reviewer: Meinersbur.
patacca added a project: Restricted Project.
Herald added a project: Restricted Project. · View Herald TranscriptJul 15 2021, 6:03 AM
patacca updated this revision to Diff 358943.Jul 15 2021, 6:06 AM

Force buildbot to build again

bmahjour removed a subscriber: bmahjour.Jul 15 2021, 6:43 AM
This revision is now accepted and ready to land.Jul 16 2021, 12:23 AM
patacca updated this revision to Diff 359720.Jul 19 2021, 3:08 AM

Rebase to main

This revision was landed with ongoing or failed builds.Jul 19 2021, 3:11 AM
This revision was automatically updated to reflect the committed changes.