[PATCH] D33262: [JumpThreading] Teach jump threading how to analyze (and (cmp A, C1), (cmp A, C2)) after InstCombine has turned it into (cmp (add A, C3), C4)

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 15:27:06 PDT 2017


craig.topper added a comment.

@reames where you able to take a look at this?


https://reviews.llvm.org/D33262





More information about the llvm-commits mailing list