[PATCH] D70079: [SelectionDAG] Combine U{ADD,SUB}O diamonds into {ADD,SUB}CARRY

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 20 06:23:08 PST 2019


lebedev.ri added inline comments.


================
Comment at: test/CodeGen/X86/addcarry.ll:623
 
+; Either the primary addition can overflow or the addition of the carry, but
+; they cannot both overflow.
----------------
Please precommit all tests first.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70079/new/

https://reviews.llvm.org/D70079





More information about the llvm-commits mailing list