Add -mcpu=z10 to SystemZ tests.
authorAndrew Trick <atrick@apple.com>
Tue, 17 Dec 2013 05:27:16 +0000 (05:27 +0000)
committerAndrew Trick <atrick@apple.com>
Tue, 17 Dec 2013 05:27:16 +0000 (05:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197466 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/SystemZ/int-div-01.ll
test/CodeGen/SystemZ/int-div-03.ll
test/CodeGen/SystemZ/int-div-04.ll
test/CodeGen/SystemZ/int-mul-08.ll

index 2c21186e336935a00173937d46def6d32fecbd67..cc107e4679478d05c7ebc17ab322ade98f5315d4 100644 (file)
@@ -1,6 +1,6 @@
 ; Test 32-bit signed division and remainder.
 ;
-; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
+; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
 
 declare i32 @foo()
 
index 7c0409018f1614cca9118a934b142ada3ec5ff8b..b98ffaad49cbf62b61eb76b2b8841dd85ff5f5d6 100644 (file)
@@ -1,7 +1,7 @@
 ; Test 64-bit signed division and remainder when the divisor is
 ; a signed-extended i32.
 ;
-; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
+; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
 
 declare i64 @foo()
 
index 87f1e105f6a4fe14ed35bc70af77225aebb08b8c..e0e70480a8fb98bf0dac47caef7a4d8d077fa7ce 100644 (file)
@@ -1,6 +1,6 @@
 ; Testg 64-bit signed division and remainder.
 ;
-; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
+; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
 
 declare i64 @foo()
 
index 90b26a4f3dde326c10abf6504148b3a7cb58427a..079c05349cd73ecd6c0faa5d8b43966a494b33dd 100644 (file)
@@ -1,6 +1,6 @@
 ; Test high-part i64->i128 multiplications.
 ;
-; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
+; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
 
 declare i64 @foo()