[PATCH] D29565: [DAGCombiner] (addc X, (adde Y, 0, Carry)) -> (adde X, Y, Carry) when Y + 1 cannot overflow.

Amaury SECHET via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 1 04:03:33 PDT 2017


deadalnix abandoned this revision.
deadalnix added a comment.

This is not relevent anymore.


https://reviews.llvm.org/D29565





More information about the llvm-commits mailing list