Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / Analysis / CostModel / X86 / shuffle-broadcast-fp16.ll
blob8fba2a69f556a29dca5ae227ab379984b59d5caf
1 ; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py
2 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -passes="print<cost-model>" 2>&1 -disable-output -mattr=+avx512fp16 | FileCheck %s
4 define void @test_vXf16(<2 x half> %src32, <4 x half> %src64, <8 x half> %src128, <16 x half> %src256, <32 x half> %src512) {
5 ; CHECK-LABEL: 'test_vXf16'
6 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 1 for instruction: %V32 = shufflevector <2 x half> %src32, <2 x half> undef, <2 x i32> zeroinitializer
7 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 1 for instruction: %V64 = shufflevector <4 x half> %src64, <4 x half> undef, <4 x i32> zeroinitializer
8 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 1 for instruction: %V128 = shufflevector <8 x half> %src128, <8 x half> undef, <8 x i32> zeroinitializer
9 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 1 for instruction: %V256 = shufflevector <16 x half> %src256, <16 x half> undef, <16 x i32> zeroinitializer
10 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 1 for instruction: %V512 = shufflevector <32 x half> %src512, <32 x half> undef, <32 x i32> zeroinitializer
11 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 0 for instruction: ret void
13   %V32  = shufflevector <2 x half> %src32, <2 x half> undef, <2 x i32> zeroinitializer
14   %V64  = shufflevector <4 x half> %src64, <4 x half> undef, <4 x i32> zeroinitializer
15   %V128 = shufflevector <8 x half> %src128, <8 x half> undef, <8 x i32> zeroinitializer
16   %V256 = shufflevector <16 x half> %src256, <16 x half> undef, <16 x i32> zeroinitializer
17   %V512 = shufflevector <32 x half> %src512, <32 x half> undef, <32 x i32> zeroinitializer
18   ret void