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

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 2 11:05:48 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL350245: [X86] Remove X86ISD::INC/DEC. Just select them from X86ISD::ADD/SUB at isel time (authored by ctopper, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D55975?vs=179810&id=179895#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D55975

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55975.179895.patch
Type: text/x-patch
Size: 27511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190102/da3bed50/attachment-0001.bin>


More information about the llvm-commits mailing list