[PATCH] D30417: [DAGCombiner] Do various combine on uaddo.
Amaury SECHET via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 9 09:57:31 PST 2017
deadalnix added inline comments.
================
Comment at: lib/CodeGen/SelectionDAG/DAGCombiner.cpp:1937
+ SDLoc DL(N);
+
+ // If the flag result is dead, turn this into an ADD.
----------------
RKSimon wrote:
> Similar to D30437 - please add an early out for vectors.
As far as I know, there is no vector version fo this op.
https://reviews.llvm.org/D30417
More information about the llvm-commits
mailing list