[PATCH] D16144: NFC. Move getAlignment helper function from ValueTracking to Value class.
Artur Pilipenko via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 15 09:50:10 PST 2016
apilipenko added inline comments.
================
Comment at: include/llvm/IR/Value.h:505
@@ -502,3 +504,3 @@
/// Sets CanBeNull if the pointer can be either dereferenceable or null
bool isDereferenceablePointer(bool &CanBeNull) const;
----------------
reames wrote:
> It seems like this change might be based on something other than ToT. I can't find this function in IR/Value.h in ToT. Nor do I see it in the single listed dependency.
Yes, this was based on D16116. However I didn't put it into dependency list, because there is no actual dependence.
http://reviews.llvm.org/D16144
More information about the llvm-commits
mailing list