[PATCH] D60846: [ValueTracking] Improve isKnowNonZero for Ints
Mikael Holmén via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 8 22:09:52 PDT 2019
uabelho added a comment.
In D60846#1495721 <https://reviews.llvm.org/D60846#1495721>, @dlrobertson wrote:
> @uabelho great job coming up with a reproducer and thanks @nikic for reverting! I'll start working on a better solution.
>
> I ran `ninja check`, but I did not hit any failures. Are there more architectures and/or tools I should enable and check before a commit?
I found this when running our own test suite for our out-of-tree target. Actually it was a testcase testing memset, but for some reason
it managed to trigger this problem.
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