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