[PATCH] D28485: [ValueTracking] recognize a 'not' of an assumed condition as false

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 10:17:27 PST 2017


spatel added a comment.

In https://reviews.llvm.org/D28485#648132, @hfinkel wrote:

> You'll also need a corresponding update to AssumptionCache::updateAffectedValues.


Thanks! I'll update that part, add the select test diff from https://reviews.llvm.org/D28337, and check it in.


https://reviews.llvm.org/D28485





More information about the llvm-commits mailing list