[PATCH] D45066: [Polly] [ScopInfo] Remove bail out condition in buildMinMaxAccess()
SAHIL GIRISH YERAWAR via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 5 23:30:19 PDT 2018
cs15btech11044 added inline comments.
================
Comment at: lib/Analysis/ScopInfo.cpp:2377
isl::union_set Locations = Accesses.range();
- Locations = Locations.coalesce();
Locations = Locations.detect_equalities();
----------------
Meinersbur wrote:
> The `detect_equalities` should also have become unnecessary.
Sure Sir, this will be reflected in the next patch which will be sent soon enough.
Repository:
rPLO Polly
https://reviews.llvm.org/D45066
More information about the llvm-commits
mailing list