[PATCH] D30537: [DAGCombiner] allow transforming (select Cond, C +/- 1, C) to (add(ext Cond), C)

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 3 11:42:37 PST 2017


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

Okay, then it looks fine.


https://reviews.llvm.org/D30537





More information about the llvm-commits mailing list