xref: /llvm-project/llvm/test/CodeGen/X86/pr68068.ll (revision 77c43e14897a404fbf4a132a1a75d49ba2ec08c1)
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