[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
Thu Nov 26 03:21:23 PST 2015


dsanders added inline comments.

================
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
----------------
vkalintiris wrote:
> We don't define the `IAS` check prefix. Is this intentional to compare with `GAS`?
It's because there's no way for force IAS enabled and I forgot to remove this line. I'll remove it and add it when I add the RUN line in the IAS-enable patch


http://reviews.llvm.org/D14705





More information about the llvm-commits mailing list