brintos

brintos / llvm-project-archived public Read only

0
0
Text · 349 B · 774b3e3 Raw
12 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=x86_64-- -fast-isel=1 | FileCheck %s3 4define float @f() "target-features"="+avx512f" {5; CHECK-LABEL: f:6; CHECK:       # %bb.0:7; CHECK-NEXT:    vxorps %xmm0, %xmm0, %xmm08; CHECK-NEXT:    retq9  %1 = uitofp i15 poison to float10  ret float %111}12