From 6d4802ba6cf0d328af2618579d27778a4c0b4eb9 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. llvm-svn: 106575 --- llvm/test/CodeGen/X86/v-binop-widen.ll | 2 +- llvm/test/CodeGen/X86/v-binop-widen2.ll | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/CodeGen/X86/v-binop-widen.ll b/llvm/test/CodeGen/X86/v-binop-widen.ll index 2a9e6868340a..3bee7007749c 100644 --- a/llvm/test/CodeGen/X86/v-binop-widen.ll +++ b/llvm/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/llvm/test/CodeGen/X86/v-binop-widen2.ll b/llvm/test/CodeGen/X86/v-binop-widen2.ll index fa4eb49dd6f7..ae3f55a316fa 100644 --- a/llvm/test/CodeGen/X86/v-binop-widen2.ll +++ b/llvm/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