[PATCH] D32539: [Polly][NewPM][WIP] Add a ScopPassManager

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 5 09:06:11 PDT 2017


philip.pfaffe updated this revision to Diff 97967.
philip.pfaffe added a comment.
Herald added subscribers: mgorny, mehdi_amini.

Rebased and fixed a few small template issues.

I've added a prototype for a unittest. Right now it doesn't really test anything, but it shows how the pass manager is expected to be used. A real unittest for the invalidation paths will be complete soon.

Sorry that my updates are so slow right now, I've got zero spare time...


https://reviews.llvm.org/D32539

Files:
  include/polly/ScopInfo.h
  include/polly/ScopPass.h
  lib/Analysis/ScopInfo.cpp
  lib/Analysis/ScopPass.cpp
  unittests/CMakeLists.txt
  unittests/ScopPassManager/CMakeLists.txt
  unittests/ScopPassManager/PassManagerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32539.97967.patch
Type: text/x-patch
Size: 13850 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170505/930a67ba/attachment.bin>


More information about the llvm-commits mailing list