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

Samuel Pitoiset via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 8 07:24:14 PDT 2019


hakzsam added a comment.

In D60846#1494878 <https://reviews.llvm.org/D60846#1494878>, @spatel wrote:

> In D60846#1494561 <https://reviews.llvm.org/D60846#1494561>, @hakzsam wrote:
>
> > Hi folks,
> >
> > This introduces a regression with RADV (the open source Vulkan driver in mesa) and some CTS tests, here's the list of failures:
>
>
> Is the regression a compiler-crash, program crash, miscompile, or performance loss?
>  Probably related to addrspace?


It's a test failure, it doesn't crash, the mentioned tests just fail to pass with that change.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D60846





More information about the llvm-commits mailing list