[PATCH] D30417: [DAGCombiner] Do various combine on uaddo.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 09:47:50 PST 2017


RKSimon 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.
----------------
Similar to D30437 - please add an early out for vectors.


https://reviews.llvm.org/D30417





More information about the llvm-commits mailing list