diff options
Diffstat (limited to 'test/Analysis/CostModel/X86/bitreverse.ll')
-rw-r--r-- | test/Analysis/CostModel/X86/bitreverse.ll | 52 |
1 files changed, 24 insertions, 28 deletions
diff --git a/test/Analysis/CostModel/X86/bitreverse.ll b/test/Analysis/CostModel/X86/bitreverse.ll index c9eea20c3404..2eb63babdc34 100644 --- a/test/Analysis/CostModel/X86/bitreverse.ll +++ b/test/Analysis/CostModel/X86/bitreverse.ll @@ -1,7 +1,11 @@ -; 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 +; RUN: opt < %s -mtriple=i686-unknown-linux-gnu -mcpu=pentium4 -cost-model -analyze | FileCheck %s -check-prefix=CHECK -check-prefix=X86 -check-prefix=SSE2 +; RUN: opt < %s -mtriple=i686-unknown-linux-gnu -mcpu=corei7 -cost-model -analyze | FileCheck %s -check-prefix=CHECK -check-prefix=X86 -check-prefix=SSE42 +; RUN: opt < %s -mtriple=i686-unknown-linux-gnu -mcpu=corei7-avx -cost-model -analyze | FileCheck %s -check-prefix=CHECK -check-prefix=X86 -check-prefix=AVX +; RUN: opt < %s -mtriple=i686-unknown-linux-gnu -mcpu=core-avx2 -cost-model -analyze | FileCheck %s -check-prefix=CHECK -check-prefix=X86 -check-prefix=AVX2 +; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=pentium4 -cost-model -analyze | FileCheck %s -check-prefix=CHECK -check-prefix=X64 -check-prefix=SSE2 +; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=corei7 -cost-model -analyze | FileCheck %s -check-prefix=CHECK -check-prefix=X64 -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=X64 -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=X64 -check-prefix=AVX2 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=bdver2 -cost-model -analyze | FileCheck %s -check-prefix=CHECK -check-prefix=XOP -check-prefix=XOPAVX ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=bdver4 -cost-model -analyze | FileCheck %s -check-prefix=CHECK -check-prefix=XOP -check-prefix=XOPAVX2 @@ -14,10 +18,8 @@ declare i8 @llvm.bitreverse.i8(i8) define i64 @var_bitreverse_i64(i64 %a) { ; CHECK: 'Cost Model Analysis' for function 'var_bitreverse_i64': -; SSE2: Found an estimated cost of 1 for instruction: %bitreverse -; SSE42: Found an estimated cost of 1 for instruction: %bitreverse -; AVX: Found an estimated cost of 1 for instruction: %bitreverse -; AVX2: Found an estimated cost of 1 for instruction: %bitreverse +; X86: Found an estimated cost of 28 for instruction: %bitreverse +; X64: Found an estimated cost of 14 for instruction: %bitreverse ; XOP: Found an estimated cost of 3 for instruction: %bitreverse %bitreverse = call i64 @llvm.bitreverse.i64(i64 %a) ret i64 %bitreverse @@ -25,10 +27,8 @@ define i64 @var_bitreverse_i64(i64 %a) { define i32 @var_bitreverse_i32(i32 %a) { ; CHECK: 'Cost Model Analysis' for function 'var_bitreverse_i32': -; SSE2: Found an estimated cost of 1 for instruction: %bitreverse -; SSE42: Found an estimated cost of 1 for instruction: %bitreverse -; AVX: Found an estimated cost of 1 for instruction: %bitreverse -; AVX2: Found an estimated cost of 1 for instruction: %bitreverse +; X86: Found an estimated cost of 14 for instruction: %bitreverse +; X64: Found an estimated cost of 14 for instruction: %bitreverse ; XOP: Found an estimated cost of 3 for instruction: %bitreverse %bitreverse = call i32 @llvm.bitreverse.i32(i32 %a) ret i32 %bitreverse @@ -36,10 +36,8 @@ define i32 @var_bitreverse_i32(i32 %a) { define i16 @var_bitreverse_i16(i16 %a) { ; CHECK: 'Cost Model Analysis' for function 'var_bitreverse_i16': -; SSE2: Found an estimated cost of 1 for instruction: %bitreverse -; SSE42: Found an estimated cost of 1 for instruction: %bitreverse -; AVX: Found an estimated cost of 1 for instruction: %bitreverse -; AVX2: Found an estimated cost of 1 for instruction: %bitreverse +; X86: Found an estimated cost of 14 for instruction: %bitreverse +; X64: Found an estimated cost of 14 for instruction: %bitreverse ; XOP: Found an estimated cost of 3 for instruction: %bitreverse %bitreverse = call i16 @llvm.bitreverse.i16(i16 %a) ret i16 %bitreverse @@ -47,10 +45,8 @@ define i16 @var_bitreverse_i16(i16 %a) { define i8 @var_bitreverse_i8(i8 %a) { ; CHECK: 'Cost Model Analysis' for function 'var_bitreverse_i8': -; SSE2: Found an estimated cost of 1 for instruction: %bitreverse -; SSE42: Found an estimated cost of 1 for instruction: %bitreverse -; AVX: Found an estimated cost of 1 for instruction: %bitreverse -; AVX2: Found an estimated cost of 1 for instruction: %bitreverse +; X86: Found an estimated cost of 11 for instruction: %bitreverse +; X64: Found an estimated cost of 11 for instruction: %bitreverse ; XOP: Found an estimated cost of 3 for instruction: %bitreverse %bitreverse = call i8 @llvm.bitreverse.i8(i8 %a) ret i8 %bitreverse @@ -70,7 +66,7 @@ declare <32 x i8> @llvm.bitreverse.v32i8(<32 x i8>) define <2 x i64> @var_bitreverse_v2i64(<2 x i64> %a) { ; CHECK: 'Cost Model Analysis' for function 'var_bitreverse_v2i64': -; SSE2: Found an estimated cost of 6 for instruction: %bitreverse +; SSE2: Found an estimated cost of 29 for instruction: %bitreverse ; SSE42: Found an estimated cost of 5 for instruction: %bitreverse ; AVX: Found an estimated cost of 5 for instruction: %bitreverse ; AVX2: Found an estimated cost of 5 for instruction: %bitreverse @@ -81,7 +77,7 @@ define <2 x i64> @var_bitreverse_v2i64(<2 x i64> %a) { define <4 x i64> @var_bitreverse_v4i64(<4 x i64> %a) { ; CHECK: 'Cost Model Analysis' for function 'var_bitreverse_v4i64': -; SSE2: Found an estimated cost of 12 for instruction: %bitreverse +; SSE2: Found an estimated cost of 58 for instruction: %bitreverse ; SSE42: Found an estimated cost of 10 for instruction: %bitreverse ; AVX: Found an estimated cost of 10 for instruction: %bitreverse ; AVX2: Found an estimated cost of 5 for instruction: %bitreverse @@ -92,7 +88,7 @@ define <4 x i64> @var_bitreverse_v4i64(<4 x i64> %a) { define <4 x i32> @var_bitreverse_v4i32(<4 x i32> %a) { ; CHECK: 'Cost Model Analysis' for function 'var_bitreverse_v4i32': -; SSE2: Found an estimated cost of 12 for instruction: %bitreverse +; SSE2: Found an estimated cost of 27 for instruction: %bitreverse ; SSE42: Found an estimated cost of 5 for instruction: %bitreverse ; AVX: Found an estimated cost of 5 for instruction: %bitreverse ; AVX2: Found an estimated cost of 5 for instruction: %bitreverse @@ -103,7 +99,7 @@ define <4 x i32> @var_bitreverse_v4i32(<4 x i32> %a) { define <8 x i32> @var_bitreverse_v8i32(<8 x i32> %a) { ; CHECK: 'Cost Model Analysis' for function 'var_bitreverse_v8i32': -; SSE2: Found an estimated cost of 24 for instruction: %bitreverse +; SSE2: Found an estimated cost of 54 for instruction: %bitreverse ; SSE42: Found an estimated cost of 10 for instruction: %bitreverse ; AVX: Found an estimated cost of 10 for instruction: %bitreverse ; AVX2: Found an estimated cost of 5 for instruction: %bitreverse @@ -114,7 +110,7 @@ define <8 x i32> @var_bitreverse_v8i32(<8 x i32> %a) { define <8 x i16> @var_bitreverse_v8i16(<8 x i16> %a) { ; CHECK: 'Cost Model Analysis' for function 'var_bitreverse_v8i16': -; SSE2: Found an estimated cost of 24 for instruction: %bitreverse +; SSE2: Found an estimated cost of 27 for instruction: %bitreverse ; SSE42: Found an estimated cost of 5 for instruction: %bitreverse ; AVX: Found an estimated cost of 5 for instruction: %bitreverse ; AVX2: Found an estimated cost of 5 for instruction: %bitreverse @@ -125,7 +121,7 @@ define <8 x i16> @var_bitreverse_v8i16(<8 x i16> %a) { define <16 x i16> @var_bitreverse_v16i16(<16 x i16> %a) { ; CHECK: 'Cost Model Analysis' for function 'var_bitreverse_v16i16': -; SSE2: Found an estimated cost of 48 for instruction: %bitreverse +; SSE2: Found an estimated cost of 54 for instruction: %bitreverse ; SSE42: Found an estimated cost of 10 for instruction: %bitreverse ; AVX: Found an estimated cost of 10 for instruction: %bitreverse ; AVX2: Found an estimated cost of 5 for instruction: %bitreverse @@ -136,7 +132,7 @@ define <16 x i16> @var_bitreverse_v16i16(<16 x i16> %a) { define <16 x i8> @var_bitreverse_v16i8(<16 x i8> %a) { ; CHECK: 'Cost Model Analysis' for function 'var_bitreverse_v16i8': -; SSE2: Found an estimated cost of 48 for instruction: %bitreverse +; SSE2: Found an estimated cost of 20 for instruction: %bitreverse ; SSE42: Found an estimated cost of 5 for instruction: %bitreverse ; AVX: Found an estimated cost of 5 for instruction: %bitreverse ; AVX2: Found an estimated cost of 5 for instruction: %bitreverse @@ -147,7 +143,7 @@ define <16 x i8> @var_bitreverse_v16i8(<16 x i8> %a) { define <32 x i8> @var_bitreverse_v32i8(<32 x i8> %a) { ; CHECK: 'Cost Model Analysis' for function 'var_bitreverse_v32i8': -; SSE2: Found an estimated cost of 96 for instruction: %bitreverse +; SSE2: Found an estimated cost of 40 for instruction: %bitreverse ; SSE42: Found an estimated cost of 10 for instruction: %bitreverse ; AVX: Found an estimated cost of 10 for instruction: %bitreverse ; AVX2: Found an estimated cost of 5 for instruction: %bitreverse |