[PATCH] D14705: [mips][ias] Explicitly disable IAS on tests that depend on not assembling.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 07:31:27 PST 2015


dsanders created this revision.
dsanders added a reviewer: vkalintiris.
dsanders added a subscriber: llvm-commits.
Herald added a subscriber: dsanders.

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.

http://reviews.llvm.org/D14705

Files:
  test/CodeGen/Mips/inlineasm-operand-code.ll
  test/CodeGen/Mips/inlineasm_constraint.ll
  test/CodeGen/Mips/no-odd-spreg-msa.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14705.40287.patch
Type: text/x-patch
Size: 14277 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151116/f52f28d3/attachment.bin>


More information about the llvm-commits mailing list