[mips] Add tests for bitwise binary and integer arithmetic operators.
authorVasileios Kalintiris <Vasileios.Kalintiris@imgtec.com>
Mon, 26 Jan 2015 12:04:40 +0000 (12:04 +0000)
committerVasileios Kalintiris <Vasileios.Kalintiris@imgtec.com>
Mon, 26 Jan 2015 12:04:40 +0000 (12:04 +0000)
commit71ec66e7fd4d611545e1421381b5ba922f2e804f
tree08240f4111a0dd978ff2544a840a0d9dfcefbbd3
parentd546b25ddbe88ec94fb97629e8bb7882a30ee64a
[mips] Add tests for bitwise binary and integer arithmetic operators.

Reviewers: dsanders

Subscribers: llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227087 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
test/CodeGen/Mips/llvm-ir/add.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/and.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/ashr.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/lshr.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/or.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/sdiv.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/shl.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/srem.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/sub.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/udiv.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/urem.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/xor.ll [new file with mode: 0644]