[PATCH] D63066: [Polly][NFC][ScopBuilder] Move getNonHoistableCtx to ScopBuilder

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 11 12:53:30 PDT 2019


Meinersbur added inline comments.


================
Comment at: polly/lib/Analysis/ScopInfo.cpp:115
+
+int const polly::MaxDimensionsInAccessRange = 9;
 
----------------
There is not more use of this constant in `ScopInfo.cpp`. Can you move it  entirely to `ScopBuilder.cpp`?


Repository:
  rPLO Polly

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63066/new/

https://reviews.llvm.org/D63066





More information about the llvm-commits mailing list