OSDN Git Service

[Mips] Remove uneeded variants of ADDC/ADDE lowering
authorAmaury Sechet <deadalnix@gmail.com>
Tue, 5 Jun 2018 22:13:56 +0000 (22:13 +0000)
committerAmaury Sechet <deadalnix@gmail.com>
Tue, 5 Jun 2018 22:13:56 +0000 (22:13 +0000)
commite667d971171236d8a63571a0e27324a97e26e783
tree74d87fdc8a4299193f8b89d4d017ba1d1fd1a44a
parent30557dd78b5f46dd66df5e4fea3701ccc952356c
[Mips] Remove uneeded variants of ADDC/ADDE lowering

Summary: As it turns out, the lowering for the Mips16* family of target is the exact same thing as what the ops expands to, so the code handling them can be removed and the ops only enabled for the MipsSE* family of targets.

Reviewers: smaksimovic, atanasyan, abeserminji

Subscribers: sdardis, arichardson, llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@334052 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/Mips16ISelDAGToDAG.cpp
lib/Target/Mips/Mips16InstrInfo.td
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsSEISelLowering.cpp