[llvm] r253039 - [mips][ias] Explicitly disable IAS on asm-large-immediate.ll.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 13 05:02:31 PST 2015


Author: dsanders
Date: Fri Nov 13 07:02:31 2015
New Revision: 253039

URL: http://llvm.org/viewvc/llvm-project?rev=253039&view=rev
Log:
[mips][ias] Explicitly disable IAS on asm-large-immediate.ll.

NFC at the moment but it will prevent a failure when IAS is enabled by default.

Modified:
    llvm/trunk/test/CodeGen/Mips/asm-large-immediate.ll

Modified: llvm/trunk/test/CodeGen/Mips/asm-large-immediate.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/asm-large-immediate.ll?rev=253039&r1=253038&r2=253039&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/asm-large-immediate.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/asm-large-immediate.ll Fri Nov 13 07:02:31 2015
@@ -1,4 +1,5 @@
-; RUN: llc -march=mipsel < %s | FileCheck %s
+; RUN: llc -march=mipsel -no-integrated-as < %s | FileCheck %s
+
 define void @test() {
 entry:
 ; CHECK: /* result: 68719476738 */




More information about the llvm-commits mailing list