OSDN Git Service

Remove ADDC, ADDE, SUBC, SUBE and SETCCE support from the X86 backend, use the CARRY...
authorAmaury Sechet <deadalnix@gmail.com>
Thu, 1 Jun 2017 16:33:08 +0000 (16:33 +0000)
committerAmaury Sechet <deadalnix@gmail.com>
Thu, 1 Jun 2017 16:33:08 +0000 (16:33 +0000)
commit097ad767f487e5dd3531bed255c2f3c881ca849e
treefddbac8ba4f2dc1b39c7486880b7fe50368ad460
parent2fc2681a6214fc1d72f4c7c96b4375d25fec3eee
Remove ADDC, ADDE, SUBC, SUBE and SETCCE support from the X86 backend, use the CARRY ops instead.

Summary:
As per title. This cleanup some technical debt.

Depends on D33374

Reviewers: jyknight, nemanjai, mkuper, spatel, RKSimon, zvi, bkramer

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D33390

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304435 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h