| commit | 66d6d3eb2d51808e72bc8af7fc3d176d7a2acdea | [log] [tgz] |
|---|---|---|
| author | Artur Pilipenko <apilipenko@azulsystems.com> | Thu Feb 11 13:42:59 2016 +0000 |
| committer | Artur Pilipenko <apilipenko@azulsystems.com> | Thu Feb 11 13:42:59 2016 +0000 |
| tree | 93887ab128ce746bb5ce732bd5cc8a7ddcb06a75 | |
| parent | 5dfd5b651af1626e2124ae40d1032438c21c219d [diff] |
Make context-sensitive isDereferenceable queries in isSafeToLoadUnconditionally This is a part of the refactoring to unify isSafeToLoadUnconditionally and isDereferenceablePointer functions. In the subsequent change isSafeToSpeculativelyExecute will be modified to use isSafeToLoadUnconditionally instead of isDereferenceableAndAlignedPointer. Reviewed By: reames Differential Revision: http://reviews.llvm.org/D16227 llvm-svn: 260520