[PATCH] D90479: [ValueTracking] ComputeKnownBits - minimum leading/trailing zero bits in LSHR/SHL (PR44526)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 22 09:36:41 PST 2021


RKSimon marked an inline comment as not done.
RKSimon added inline comments.


================
Comment at: llvm/lib/Analysis/ValueTracking.cpp:1057-1058
   // caller can further optimize that.
   if (Known.hasConflict())
     Known.setAllZero();
 }
----------------
RKSimon wrote:
> spatel wrote:
> > Do you plan to change this independently (or is there some reason not to change it)?
> thanks - my rebase screwed up 
and fixing this unearthes another poison case - looking at this now


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90479



More information about the llvm-commits mailing list