OSDN Git Service

[mips] Fix assertion on i128 addition/subtraction on MIPS64
authorDaniel Sanders <daniel.sanders@imgtec.com>
Sat, 24 Jan 2015 12:58:10 +0000 (12:58 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Sat, 24 Jan 2015 12:58:10 +0000 (12:58 +0000)
commitf945a40f9d61f9ce810d2e290d227f3d41a0a64b
treed2631e591408f64472c38fcc6db53c0950e89768
parentb981dc4a2139ee0adf5748d65a25252ba9faef82
[mips] Fix assertion on i128 addition/subtraction on MIPS64

Summary:
In addition to the included tests, this fixes
test/CodeGen/Generic/i128-addsub.ll on a mips64 host.

Reviewers: atanasyan, sagar, vmedic

Reviewed By: vmedic

Subscribers: sdkie, llvm-commits

Differential Revision: http://reviews.llvm.org/D6610

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227003 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/Mips64InstrInfo.td
lib/Target/Mips/MipsSEISelDAGToDAG.cpp
test/CodeGen/Mips/llvm-ir/add.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/sub.ll [new file with mode: 0644]