diff options
Diffstat (limited to 'test/CodeGen/X86/sse41-intrinsics-x86.ll')
-rw-r--r-- | test/CodeGen/X86/sse41-intrinsics-x86.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/sse41-intrinsics-x86.ll b/test/CodeGen/X86/sse41-intrinsics-x86.ll index 5f25a16380de..771e4024336c 100644 --- a/test/CodeGen/X86/sse41-intrinsics-x86.ll +++ b/test/CodeGen/X86/sse41-intrinsics-x86.ll @@ -1,4 +1,5 @@ ; RUN: llc < %s -mtriple=i386-apple-darwin -mattr=-avx,+sse4.1 | FileCheck %s +; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=knl | FileCheck %s define <2 x double> @test_x86_sse41_blendpd(<2 x double> %a0, <2 x double> %a1) { ; CHECK: blendpd |