diff options
author | Sanjay Patel <spatel@rotateright.com> | 2015-03-16 17:01:34 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2015-03-16 17:01:34 +0000 |
commit | 43ec821cb8617ca535be28352d371b1f7833ca72 (patch) | |
tree | 1c2b7d7607d7b3b4d0c8835c5f997d9ea4dcb62e | |
parent | 7c840bcbf32afe4386b69b59137e3b2c09afd16f (diff) | |
download | bcm5719-llvm-43ec821cb8617ca535be28352d371b1f7833ca72.tar.gz bcm5719-llvm-43ec821cb8617ca535be28352d371b1f7833ca72.zip |
fixed to test feature, not CPU; removed unnecessary declaration
llvm-svn: 232387
-rw-r--r-- | llvm/test/CodeGen/X86/2011-12-06-AVXVectorExtractCombine.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/2011-12-06-AVXVectorExtractCombine.ll b/llvm/test/CodeGen/X86/2011-12-06-AVXVectorExtractCombine.ll index df9823aa382..2a1a5c9fb3e 100644 --- a/llvm/test/CodeGen/X86/2011-12-06-AVXVectorExtractCombine.ll +++ b/llvm/test/CodeGen/X86/2011-12-06-AVXVectorExtractCombine.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7-avx -mattr=+avx | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+avx | FileCheck %s ; PR11494 define void @test(<4 x i32>* nocapture %p) nounwind { @@ -14,5 +14,4 @@ define void @test(<4 x i32>* nocapture %p) nounwind { ret void } -declare <4 x i32> @llvm.x86.sse41.pminsd(<4 x i32>, <4 x i32>) nounwind readnone declare <4 x i32> @llvm.x86.sse41.pmaxsd(<4 x i32>, <4 x i32>) nounwind readnone |