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

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 8 05:39:00 PDT 2019


spatel added a comment.

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?


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