[PATCH] D52146: [InstCombine] foldICmpWithLowBitMaskedVal(): handle ~(-1 << y) mask
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 17 07:07:44 PDT 2018
spatel added a comment.
Is this a generalization of https://reviews.llvm.org/D52001 (and if so, can we remove that code as a special-case of the more general pattern)?
Repository:
rL LLVM
https://reviews.llvm.org/D52146
More information about the llvm-commits
mailing list