[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / CodeGen / X86 / pr43507.ll
blobec18d3c13ba816d0bb3e1650c7a1f831cb58e6bd
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=skx | FileCheck %s
4 define <8 x i1> @ham(i64 %arg) {
5 ; CHECK-LABEL: ham:
6 ; CHECK:       # %bb.0:
7 ; CHECK-NEXT:    xorl %eax, %eax
8 ; CHECK-NEXT:    testb $1, %dil
9 ; CHECK-NEXT:    movl $255, %ecx
10 ; CHECK-NEXT:    cmovel %eax, %ecx
11 ; CHECK-NEXT:    kmovd %ecx, %k0
12 ; CHECK-NEXT:    vpmovm2w %k0, %xmm0
13 ; CHECK-NEXT:    retq
14   %tmp = trunc i64 %arg to i1
15   %tmp1 = insertelement <8 x i1> undef, i1 %tmp, i32 0
16   %tmp2 = shufflevector <8 x i1> %tmp1, <8 x i1> undef, <8 x i32> zeroinitializer
17   ret <8 x i1> %tmp2