[PATCH] [Refactor] Replace RegionPasses by FunctionPasses

Johannes Doerfert doerfert at cs.uni-saarland.de
Sun Mar 1 10:55:26 PST 2015


Hi grosser, sebpop, simbuerg, zinob,

  The main change is the switch to function instead of region passes.
  This will save compile time as we do not have to query the
  TempScopInfo for each region anymore.  However, due to the changed
  interface and the now explicit iteration over regions in a function
  other adjustments were made too.

http://reviews.llvm.org/D7986

Files:
  include/polly/ScopInfo.h
  include/polly/ScopPass.h
  lib/Analysis/ScopInfo.cpp
  lib/Analysis/ScopPass.cpp
  lib/Transform/ScheduleOptimizer.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7986.20961.patch
Type: text/x-patch
Size: 10327 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150301/0d2eff1b/attachment.bin>


More information about the llvm-commits mailing list