[PATCH] D49229: [InstCombine] Fold redundant masking operations of shifted value

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 20 02:33:59 PDT 2018


samparker added a comment.

All of your test cases are rooted at an or, so it makes sense to search up from there. Why not start with searching just from or (and xors?) and then add the search from more operators in later patches?


https://reviews.llvm.org/D49229





More information about the llvm-commits mailing list