[PATCH] [LoopAccesses 2/3] Allow querying of interesting dependences
Adam Nemet
anemet at apple.com
Fri Mar 6 13:25:29 PST 2015
================
Comment at: include/llvm/Analysis/LoopAccessAnalysis.h:224-227
@@ -164,1 +223,6 @@
+
+ /// \brief Find the set of instructions that read or write via \p Ptr.
+ SmallVector<Instruction *, 4> getInstructionsForAccess(Value *Ptr,
+ bool isWrite) const;
+
private:
----------------
Please ignore this last declaration; it crept in from the memcheck patchset. Removed locally.
http://reviews.llvm.org/D8114
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list