[PATCH] D95959: [ValueTracking] improve analysis for "C << X" and "C >> X"

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 3 10:04:51 PST 2021


RKSimon added a comment.

This is very similar to D90479 <https://reviews.llvm.org/D90479> which is trying to do this more generally by using the KnownBits shift helpers.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95959/new/

https://reviews.llvm.org/D95959



More information about the llvm-commits mailing list