This is an archive of the discontinued LLVM Phabricator instance.

[Polly][Isl] Use isl::val::sub instead of isl::val::sub_ui. NFC
ClosedPublic

Authored by patacca on Aug 2 2021, 10:06 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 D107225

Diff Detail

Event Timeline

patacca created this revision.Aug 2 2021, 10:06 AM
patacca retitled this revision from [Polly][Isl] Use isl::val::sub instead of isl::val::sub_ui to [Polly][Isl] Use isl::val::sub instead of isl::val::sub_ui. NFC.Aug 2 2021, 10:09 AM
patacca edited the summary of this revision. (Show Details)
patacca added a reviewer: Meinersbur.
patacca added a project: Restricted Project.
patacca published this revision for review.Aug 2 2021, 10:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 2 2021, 10:15 AM
This revision is now accepted and ready to land.Aug 2 2021, 11:29 AM
patacca edited the summary of this revision. (Show Details)Aug 16 2021, 9:28 AM
patacca updated this revision to Diff 366817.Aug 17 2021, 12:07 AM

Rebase to main