From cda351e1b34cce22ecc96c2cbe3c1b40adcc4008 Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Tue, 22 Jun 2010 20:54:03 +0000 Subject: [PATCH] Add SSE so these actually pass on non-X86 hosts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106575 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/v-binop-widen.ll | 2 +- test/CodeGen/X86/v-binop-widen2.ll | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGen/X86/v-binop-widen.ll b/test/CodeGen/X86/v-binop-widen.ll index 2a9e6868340..3bee7007749 100644 --- a/test/CodeGen/X86/v-binop-widen.ll +++ b/test/CodeGen/X86/v-binop-widen.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=x86 < %s | FileCheck %s +; RUN: llc -march=x86 -mattr=+sse < %s | FileCheck %s ; CHECK: divss ; CHECK: divps ; CHECK: divps diff --git a/test/CodeGen/X86/v-binop-widen2.ll b/test/CodeGen/X86/v-binop-widen2.ll index fa4eb49dd6f..ae3f55a316f 100644 --- a/test/CodeGen/X86/v-binop-widen2.ll +++ b/test/CodeGen/X86/v-binop-widen2.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=x86 < %s | FileCheck %s +; RUN: llc -march=x86 -mattr=+sse < %s | FileCheck %s %vec = type <6 x float> ; CHECK: divss