[PATCH] D59668: [ValueTracking] Take signedness into account for and/or ranges
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 10 13:26:33 PDT 2019
nikic abandoned this revision.
nikic added a comment.
I'm going to drop this for now -- the original motivation here went away with the signed intersection support. These changes still make sense to improve icmp instsimplify, but are also not super valuable in that instcombine can handle it.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59668/new/
https://reviews.llvm.org/D59668
More information about the llvm-commits
mailing list