summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/i128-mul.ll
diff options
context:
space:
mode:
authorJoey Gouly <joey.gouly@arm.com>2013-08-21 17:14:31 +0000
committerJoey Gouly <joey.gouly@arm.com>2013-08-21 17:14:31 +0000
commit159b6f17755da2574dedb6010e90f46b064ec01f (patch)
treea08fdd8102fe408020e59d122aff440616a6a188 /test/CodeGen/X86/i128-mul.ll
parent7413b54c897c9a7bd04e7b918128d0279be9a126 (diff)
downloadllvm-159b6f17755da2574dedb6010e90f46b064ec01f.tar.gz
llvm-159b6f17755da2574dedb6010e90f46b064ec01f.tar.bz2
llvm-159b6f17755da2574dedb6010e90f46b064ec01f.tar.xz
Add -mcpu to two X86 tests.
These tests are failing on Haswell CPUs due to different instruction selection. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188908 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/i128-mul.ll')
-rw-r--r--test/CodeGen/X86/i128-mul.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/i128-mul.ll b/test/CodeGen/X86/i128-mul.ll
index c0b85dfd21..8cfda85ce4 100644
--- a/test/CodeGen/X86/i128-mul.ll
+++ b/test/CodeGen/X86/i128-mul.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 | FileCheck %s
+; RUN: llc < %s -march=x86-64 -mcpu=corei7 | FileCheck %s
; PR1198
define i64 @foo(i64 %x, i64 %y) {