[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
Wed Feb 24 10:23:57 PST 2021


RKSimon added a comment.

In D90479#2585284 <https://reviews.llvm.org/D90479#2585284>, @MaggieYi wrote:

> It seems that this commit has caused several test failures.
>
> You can see here: http://lab.llvm.org:8011/#/builders/52/builds/4550
>
> Could you please fix them? 
> Thanks,

I've reverted for now - I took a quick look at the sanitizer test and couldn't grok whats going wrong, will try again when I'm awake :)


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