1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py 2; RUN: llc < %s -mtriple=x86_64-- -fast-isel=1 | FileCheck %s 3 4define float @f() "target-features"="+avx512f" { 5; CHECK-LABEL: f: 6; CHECK: # %bb.0: 7; CHECK-NEXT: vxorps %xmm0, %xmm0, %xmm0 8; CHECK-NEXT: retq 9 %1 = uitofp i15 poison to float 10 ret float %1 11} 12