[PATCH] D17238: [Refactor] Eliminate the global variable "InsnToMemAcc".
Hongbin Zheng via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 12 23:11:31 PST 2016
etherzhhb created this revision.
etherzhhb added reviewers: Meinersbur, jdoerfert, grosser.
etherzhhb added a subscriber: Polly.
etherzhhb set the repository for this revision to rL LLVM.
Eliminate the global variable "InsnToMemAcc" to make Scop/ScopInfo become more protable, such that we can safely use them in a CallGraphSCC pass.
Repository:
rL LLVM
http://reviews.llvm.org/D17238
Files:
include/polly/ScopDetection.h
include/polly/ScopInfo.h
lib/Analysis/ScopDetection.cpp
lib/Analysis/ScopInfo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17238.47901.patch
Type: text/x-patch
Size: 8174 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160213/bc810b6b/attachment.bin>
More information about the llvm-commits
mailing list