[PATCH] D21105: [Polly][GSoC 2016][WIP]New function pass DependenceInfoWrapperPass

Utpal Bora via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 7 15:09:00 PDT 2016


cs14mtech11017 created this revision.
cs14mtech11017 added reviewers: jdoerfert, grosser, Meinersbur, etherzhhb, sebpop.
cs14mtech11017 added subscribers: pollydev, llvm-commits.
cs14mtech11017 added a dependency: D20962: [Polly][GSoC 2016]New function pass ScopInfoWrapperPass.

This patch addresses -
#A new function pass to compute polyhedral dependences. This is required to avoid region pass manager 
#Stores a map of Scop to Dependence object of all the scops present in a function. By default, access wise dependences are stored. 

This is work in progress. Need reviews and comments to make it better.

Depends on D20962

http://reviews.llvm.org/D21105

Files:
  include/polly/DependenceInfo.h
  include/polly/LinkAllPasses.h
  lib/Analysis/DependenceInfo.cpp
  lib/Support/RegisterPasses.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21105.59957.patch
Type: text/x-patch
Size: 5945 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160607/9eeb2b47/attachment.bin>


More information about the llvm-commits mailing list