[PATCH] D32916: [DAGCombine] (addcarry 0, 0, X) -> (ext/trunc X)

Amaury SECHET via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 19 11:29:55 PDT 2017


deadalnix added a comment.

I looked at the codegen for the mul and it looks correct. There are very little actual changes, but, they do cause registers to be allocated differently, so the diff ends up being huge.


https://reviews.llvm.org/D32916





More information about the llvm-commits mailing list