[PATCH] D46649: [AggressiveInstCombine] convert a chain of 'and-shift' bits into masked compare

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 9 11:06:09 PDT 2018


kparzysz added a comment.

This looks good to me, I'm not concerned about the recursion, most of it is tail-recursion anyway.


https://reviews.llvm.org/D46649





More information about the llvm-commits mailing list