[PATCH] D21563: [PM] refactoring of LoopAccessInfo /NFC
David Li via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 21 12:00:40 PDT 2016
davidxl created this revision.
davidxl added reviewers: anemet, davide.
davidxl added a subscriber: llvm-commits.
Herald added a subscriber: mzolotukhin.
LoopAccessInfo will be the result type managed by a loop analysis pass. The result type needs to define move constructors so that result objects can be passed from analysis pass to the analysis manager/cache.
This refactoring makes it easier to define move constructors for LoopAccessInfo.
http://reviews.llvm.org/D21563
Files:
include/llvm/Analysis/LoopAccessAnalysis.h
lib/Analysis/LoopAccessAnalysis.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21563.61415.patch
Type: text/x-patch
Size: 7592 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160621/d192a1c1/attachment.bin>
More information about the llvm-commits
mailing list