[PATCH] D65241: [Polly][NFC][ScopBuilder] Move addUserAssumptions to ScopBuilder

Dominik Adamski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 24 13:25:39 PDT 2019


domada created this revision.
domada added reviewers: Meinersbur, grosser.
Herald added a reviewer: bollu.
Herald added a subscriber: javed.absar.
Herald added a project: LLVM.

Scope of changes:

1. Moved `addUserAssumptions` function to ScopBuilder class.
2. Moved `buildConditionSets` functions to polly namespace.
3. Moved `getRepresentingInvariantLoadSCEV` to Scop class


Repository:
  rPLO Polly

https://reviews.llvm.org/D65241

Files:
  polly/include/polly/ScopBuilder.h
  polly/include/polly/ScopInfo.h
  polly/lib/Analysis/ScopBuilder.cpp
  polly/lib/Analysis/ScopInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65241.211592.patch
Type: text/x-patch
Size: 16593 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190724/6d19d32d/attachment.bin>


More information about the llvm-commits mailing list