This is an archive of the discontinued LLVM Phabricator instance.

[GSoC 2016] [Polly] [WIP] Simplify AccFuncMap to vector<> AccessFunctions
ClosedPublic

Authored by gareevroman on Aug 21 2016, 3:47 AM.

Details

Summary

getAccessFunctions() is dead code and the 'BB' argument of getOrCreateAccessFunctions() is not used. This patch deletes getAccessFunctions and transforms AccFuncMap into a std::vector<std::unique_ptr<MemoryAccess>> AccessFunctions.

Diff Detail

Event Timeline

gareevroman retitled this revision from to [GSoC 2016] [Polly] [WIP] Simplify AccFuncMap to vector<> AccessFunctions.
gareevroman updated this object.
gareevroman added a subscriber: pollydev.
This revision was automatically updated to reflect the committed changes.