[PATCH] D57637: [X86] Lower ISD::UADDO to use the Z flag instead of C flag when the RHS is a constant 1 to encourage INC formation.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 2 23:25:33 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL352984: [X86] Lower ISD::UADDO to use the Z flag instead of C flag when the RHS is a… (authored by ctopper, committed by ).

Repository:
  rL LLVM

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

https://reviews.llvm.org/D57637

Files:
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/test/CodeGen/X86/codegen-prepare-uaddo.ll
  llvm/trunk/test/CodeGen/X86/combine-add-usat.ll
  llvm/trunk/test/CodeGen/X86/scheduler-backtracking.ll
  llvm/trunk/test/CodeGen/X86/slow-incdec.ll
  llvm/trunk/test/CodeGen/X86/xaluo.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57637.184933.patch
Type: text/x-patch
Size: 8137 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190203/4414614b/attachment.bin>


More information about the llvm-commits mailing list