[mips][mips64r6] addi is not available on MIPS32r6/MIPS64r6
authorDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 22 May 2014 11:42:31 +0000 (11:42 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 22 May 2014 11:42:31 +0000 (11:42 +0000)
commite3ece90f24497f63cd058f497dae61c4daa27452
tree864325535a80a18a2e73baa4c54c06c87eb10530
parent5f45ba140eed1b9746b9c389b365661790797dcc
[mips][mips64r6] addi is not available on MIPS32r6/MIPS64r6

Summary: Depends on D3787. Tablegen will raise an assertion without it.

Reviewers: zoran.jovanovic, jkolek, vmedic

Reviewed By: vmedic

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209419 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/Mips32r6InstrInfo.td
lib/Target/Mips/MipsInstrInfo.td
test/MC/Mips/mips32r6/invalid-mips1.s [new file with mode: 0644]
test/MC/Mips/mips64r6/invalid-mips1.s [new file with mode: 0644]