[PATCH] D64090: [Codegen][X86][AArch64][ARM][PowerPC] Inc-of-add vs sub-of-not (PR42457)

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 3 02:43:42 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL365010: [Codegen][X86][AArch64][ARM][PowerPC] Inc-of-add vs sub-of-not (PR42457) (authored by lebedevri, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D64090?vs=207653&id=207734#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D64090

Files:
  llvm/trunk/include/llvm/CodeGen/TargetLowering.h
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp
  llvm/trunk/lib/Target/ARM/ARMISelLowering.h
  llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/trunk/lib/Target/PowerPC/PPCISelLowering.h
  llvm/trunk/test/CodeGen/AArch64/inc-of-add.ll
  llvm/trunk/test/CodeGen/AArch64/sub-of-not.ll
  llvm/trunk/test/CodeGen/ARM/inc-of-add.ll
  llvm/trunk/test/CodeGen/ARM/sub-of-not.ll
  llvm/trunk/test/CodeGen/PowerPC/inc-of-add.ll
  llvm/trunk/test/CodeGen/PowerPC/sub-of-not.ll
  llvm/trunk/test/CodeGen/X86/sub-of-not.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64090.207734.patch
Type: text/x-patch
Size: 81430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190703/9bda0bfe/attachment-0001.bin>


More information about the llvm-commits mailing list