]> granicus.if.org Git - llvm/commitdiff
[CostModel][X86] Tweak 'SSE2-only' test CPU as it was only disabling SSE41 not SSE3...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 6 May 2016 17:50:07 +0000 (17:50 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 6 May 2016 17:50:07 +0000 (17:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268763 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/CostModel/X86/ctbits-cost.ll

index c8dae85d98d7c477a5ff69620977dbd931627143..67ff82e7eee3a2e6a6bf7996f29eaa9c8d151e7c 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=corei7 -mattr=+sse2,-sse4.1 -cost-model -analyze | FileCheck %s -check-prefix=CHECK -check-prefix=SSE2
+; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=pentium4 -cost-model -analyze | FileCheck %s -check-prefix=CHECK -check-prefix=SSE2
 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=corei7 -cost-model -analyze | FileCheck %s -check-prefix=CHECK -check-prefix=SSE42
 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=corei7-avx -cost-model -analyze | FileCheck %s -check-prefix=CHECK -check-prefix=AVX
 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=core-avx2 -cost-model -analyze | FileCheck %s -check-prefix=CHECK -check-prefix=AVX2