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