brintos

brintos / llvm-project-archived public Read only

0
0
Text · 569 B · 24c27fb Raw
17 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=skx | FileCheck %s3 4define <8 x i1> @ham(i64 %arg) {5; CHECK-LABEL: ham:6; CHECK:       # %bb.0:7; CHECK-NEXT:    andb $1, %dil8; CHECK-NEXT:    negb %dil9; CHECK-NEXT:    kmovd %edi, %k010; CHECK-NEXT:    vpmovm2w %k0, %xmm011; CHECK-NEXT:    retq12  %tmp = trunc i64 %arg to i113  %tmp1 = insertelement <8 x i1> undef, i1 %tmp, i32 014  %tmp2 = shufflevector <8 x i1> %tmp1, <8 x i1> undef, <8 x i32> zeroinitializer15  ret <8 x i1> %tmp216}17