[mips][ias] Explicitly disable IAS on tests that depend on not assembling.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 26 Nov 2015 11:23:03 +0000 (11:23 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 26 Nov 2015 11:23:03 +0000 (11:23 +0000)
commitbedb5c9946994e7c1480cbb05f0fdc06735ef68f
tree07b030a2aa83e4151dcfdd5c7a1dccf4b35405d0
parent6bd5df3900d97112aa35f6457e4ab8e66a08afe3
[mips][ias] Explicitly disable IAS on tests that depend on not assembling.

Summary:
no-odd-spreg-msa.ll: This test deliberately uses an odd-numbered register
in inline assembly and expects the compiler to insert a move to an
even-numbered register.

inlineasm-operand-code.ll and inlineasm_constraint.ll:
Checks for IAS's output will be added once a matcher bug is resolved. This bug
causes the canonical output emitted by IAS to be incorrect for uimm16 constants
with the MSB set. We will still need the non-IAS checks at this point since
these tests primarily test formatting of operands.

Reviewers: vkalintiris

Subscribers: dsanders, llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254148 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/Mips/inlineasm-operand-code.ll
test/CodeGen/Mips/inlineasm_constraint.ll
test/CodeGen/Mips/no-odd-spreg-msa.ll