[PATCH] D47422: Set ADDE/ADDC/SUBE/SUBC to expand by default
Amaury SECHET via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 30 03:17:53 PDT 2018
deadalnix added a comment.
There are numerous problem with ADDC/ADDE and the sub equivalent, specifically because they are glues :) In addition, it doesn't really simplify much because there is still UADDO and friend to support, regardless.
Repository:
rL LLVM
https://reviews.llvm.org/D47422
More information about the llvm-commits
mailing list