Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / X86 / pr34139.ll
blob93427e2e6cce255d627ae28e8b95c231fa760232
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=knl | FileCheck %s
4 define void @f_f(ptr %ptr) {
5 ; CHECK-LABEL: f_f:
6 ; CHECK:       # %bb.0:
7 ; CHECK-NEXT:    vpcmpeqd %xmm0, %xmm0, %xmm0
8 ; CHECK-NEXT:    vmovdqa %xmm0, (%rax)
9   store <16 x i8> <i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1>, ptr undef
10   %load_mask8.i.i.i = load <16 x i8>, ptr undef
11   %v.i.i.i.i = load <16 x double>, ptr %ptr
12   %mask_vec_i1.i.i.i51.i.i = icmp ne <16 x i8> %load_mask8.i.i.i, zeroinitializer
13   %v1.i.i.i.i = select <16 x i1> %mask_vec_i1.i.i.i51.i.i, <16 x double> undef, <16 x double> %v.i.i.i.i
14   store <16 x double> %v1.i.i.i.i, ptr %ptr
15   unreachable