[PATCH] D36486: [InstCombine] Don't fall back to only calling computeKnownBits if the upper bit of Add/Sub is demanded.
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 25 07:34:39 PDT 2017
spatel added a comment.
Is there a potential function difference here, or is this just an efficiency improvement from calling KnownBits::computeForAddSub() directly?
https://reviews.llvm.org/D36486
More information about the llvm-commits
mailing list