[PATCH] D55975: [X86] Remove x86ISD::INC/DEC. Just select them from X86ISD::ADD/SUB at isel time

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 21 10:39:06 PST 2018


craig.topper updated this revision to Diff 179310.
craig.topper added a comment.

Reduce code duplication and indendation in hasNoCarryFlagUses.


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

https://reviews.llvm.org/D55975

Files:
  lib/Target/X86/X86FastISel.cpp
  lib/Target/X86/X86ISelDAGToDAG.cpp
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86ISelLowering.h
  lib/Target/X86/X86InstrArithmetic.td
  lib/Target/X86/X86InstrCompiler.td
  lib/Target/X86/X86InstrInfo.td
  test/CodeGen/X86/sub-with-overflow.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55975.179310.patch
Type: text/x-patch
Size: 26553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181221/87fcc043/attachment.bin>


More information about the llvm-commits mailing list