[llvm] r232387 - fixed to test feature, not CPU; removed unnecessary declaration
Sanjay Patel
spatel at rotateright.com
Mon Mar 16 10:01:35 PDT 2015
Author: spatel
Date: Mon Mar 16 12:01:34 2015
New Revision: 232387
URL: http://llvm.org/viewvc/llvm-project?rev=232387&view=rev
Log:
fixed to test feature, not CPU; removed unnecessary declaration
Modified:
llvm/trunk/test/CodeGen/X86/2011-12-06-AVXVectorExtractCombine.ll
Modified: llvm/trunk/test/CodeGen/X86/2011-12-06-AVXVectorExtractCombine.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2011-12-06-AVXVectorExtractCombine.ll?rev=232387&r1=232386&r2=232387&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2011-12-06-AVXVectorExtractCombine.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2011-12-06-AVXVectorExtractCombine.ll Mon Mar 16 12:01:34 2015
@@ -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 %
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
More information about the llvm-commits
mailing list