From 9e0f77e34ea82eb137c1960338ddf91d584d346e Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Wed, 18 Dec 2013 23:04:37 +0000 Subject: [PATCH] Revert "Add -mcpu=z10 to SystemZ tests." This reverts commit r197466. The MachineCSE fix that required the -mcpu flag has been disabled until more work can be done to fix downstream issues. Adding -mcpu wasn't the right workaround anyway. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197624 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/SystemZ/int-div-01.ll | 2 +- test/CodeGen/SystemZ/int-div-03.ll | 2 +- test/CodeGen/SystemZ/int-div-04.ll | 2 +- test/CodeGen/SystemZ/int-mul-08.ll | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/CodeGen/SystemZ/int-div-01.ll b/test/CodeGen/SystemZ/int-div-01.ll index cc107e46794..2c21186e336 100644 --- a/test/CodeGen/SystemZ/int-div-01.ll +++ b/test/CodeGen/SystemZ/int-div-01.ll @@ -1,6 +1,6 @@ ; Test 32-bit signed division and remainder. ; -; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s +; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s declare i32 @foo() diff --git a/test/CodeGen/SystemZ/int-div-03.ll b/test/CodeGen/SystemZ/int-div-03.ll index b98ffaad49c..7c0409018f1 100644 --- a/test/CodeGen/SystemZ/int-div-03.ll +++ b/test/CodeGen/SystemZ/int-div-03.ll @@ -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 -mcpu=z10 | FileCheck %s +; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s declare i64 @foo() diff --git a/test/CodeGen/SystemZ/int-div-04.ll b/test/CodeGen/SystemZ/int-div-04.ll index e0e70480a8f..87f1e105f6a 100644 --- a/test/CodeGen/SystemZ/int-div-04.ll +++ b/test/CodeGen/SystemZ/int-div-04.ll @@ -1,6 +1,6 @@ ; Testg 64-bit signed division and remainder. ; -; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s +; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s declare i64 @foo() diff --git a/test/CodeGen/SystemZ/int-mul-08.ll b/test/CodeGen/SystemZ/int-mul-08.ll index 079c05349cd..90b26a4f3dd 100644 --- a/test/CodeGen/SystemZ/int-mul-08.ll +++ b/test/CodeGen/SystemZ/int-mul-08.ll @@ -1,6 +1,6 @@ ; Test high-part i64->i128 multiplications. ; -; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s +; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s declare i64 @foo()