[PATCH] D16227: Make context-sensitive isDereferenceable queries in isSafeToLoadUnconditionally

Artur Pilipenko via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 17 03:16:04 PST 2016


apilipenko added a comment.

Context sensitive queries support is required to replace isDereferenceableAndAlignedPointer in isSafeToExecuteSpecualtively (http://reviews.llvm.org/D16232). There is one more change required to do this because isSafeToExecuteSpecualtively can have no context and pass null as ScanFrom (http://reviews.llvm.org/D16231). Does it make sense to combine them into one patch?


http://reviews.llvm.org/D16227





More information about the llvm-commits mailing list