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

Vasileios Kalintiris via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 18 03:44:59 PST 2015


vkalintiris accepted this revision.
vkalintiris added a comment.
This revision is now accepted and ready to land.

LGTM.


================
Comment at: test/CodeGen/Mips/inlineasm_constraint.ll:70
@@ +69,3 @@
+; GAS: addiu ${{[0-9]+}}, ${{[0-9]+}}, 65535
+; IAS: addiu ${{[0-9]+}}, ${{[0-9]+}}, -1
+; ALL: #NO_APP
----------------
We don't define the `IAS` check prefix. Is this intentional to compare with `GAS`?


http://reviews.llvm.org/D14705





More information about the llvm-commits mailing list