[PATCH] D45210: [New-PM] Lift Scop Pipeline to CGSCC-level

Lukas Böhm via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 3 08:22:19 PDT 2018


lksbhm updated this revision to Diff 140801.
lksbhm added a comment.

Remove `OwningInnerAnalysisManagerProxy`'s `friend class ...` and `AnalysisKey` which weren't necessary.
Move `OwningScopAnalysisManagerFunctionProxy`-related code in `ScopPass.cpp` closer together [nfc]


Repository:
  rPLO Polly

https://reviews.llvm.org/D45210

Files:
  include/polly/ScopInfo.h
  include/polly/ScopPass.h
  lib/Analysis/ScopInfo.cpp
  lib/Analysis/ScopPass.cpp
  lib/Support/PollyPasses.def
  lib/Support/RegisterPasses.cpp
  unittests/ScopPassManager/PassManagerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45210.140801.patch
Type: text/x-patch
Size: 17949 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180403/439ac76f/attachment.bin>


More information about the llvm-commits mailing list