[all-commits] [llvm/llvm-project] a85d7a: [ValueTracking] fix isOnlyUsedInZeroEqualityCompar...
RotateRight via All-commits
all-commits at lists.llvm.org
Wed Sep 22 12:26:51 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a85d7a56c7bbd9b3c8409c00f48de47bec5fc8af
https://github.com/llvm/llvm-project/commit/a85d7a56c7bbd9b3c8409c00f48de47bec5fc8af
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-09-22 (Wed, 22 Sep 2021)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
A llvm/test/Transforms/InstCombine/strlen-3.ll
Log Message:
-----------
[ValueTracking] fix isOnlyUsedInZeroEqualityComparison with no users
This is another problem exposed by:
https://bugs.llvm.org/PR50836
More information about the All-commits
mailing list