[PATCH] D36173: [InstSimplify] Perform known-bits analysis in SimplifyAndInst

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 1 13:48:41 PDT 2017


craig.topper added a comment.

Can something similar be done for visitOrInst? We have this tendency to add a transform for one and forget that the other is very similar.


https://reviews.llvm.org/D36173





More information about the llvm-commits mailing list