[PATCH] D78582: [InstCombine] substitute equivalent constant to reduce logic-of-icmps
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 21 16:16:45 PDT 2020
spatel added a comment.
In D78582#1995438 <https://reviews.llvm.org/D78582#1995438>, @lebedev.ri wrote:
> Does this supersede any of the existing folds?
I suspect it does, but I didn't try to find those yet (the "AndOrICmps" chunk of instcombine is already several hundred lines of code). I'll skim through.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78582/new/
https://reviews.llvm.org/D78582
More information about the llvm-commits
mailing list