[PATCH] D60846: [ValueTracking] Improve isKnowNonZero for Ints

Dan Robertson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 29 06:29:21 PDT 2019


dlrobertson added a comment.

In D60846#1482001 <https://reviews.llvm.org/D60846#1482001>, @nikic wrote:

> In D60846#1481903 <https://reviews.llvm.org/D60846#1481903>, @dlrobertson wrote:
>
> > In D60846#1481782 <https://reviews.llvm.org/D60846#1481782>, @spatel wrote:
> >
> > > In D60846#1481774 <https://reviews.llvm.org/D60846#1481774>, @nikic wrote:
> > >
> > > > test/Transforms/LICM/hoist-mustexec.ll still needs to be updated. (Should probably generate full checks as a preliminary NFC commit first.)
> > >
> > >
> > > Oops - I forgot that even though I mentioned it in the earlier comment. Yes, that must be included in this patch (and any other existing tests that are known to be affected).
> >
> >
> > Sorry, I forgot all about this as well. I did run the `update_test_checks` script on this file after applying the patch and there was not improvement to the generated code.
>
>
> Are you sure? I didn't check what exactly changed, but this test was failing for me locally after applying the patch.


I'm probably doing something wrong. I'll run some tests and tinker with this later today.


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

https://reviews.llvm.org/D60846





More information about the llvm-commits mailing list