Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git] / llvm / test / CodeGen / X86 / avx512-vselect-crash.ll
blob31ccf867f7aaf2ded61ff8c6d643cd4a04e4b941
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=knl | FileCheck %s
4 define <16 x i32> @test() {
5 ; CHECK-LABEL: test:
6 ; CHECK:       ## %bb.0: ## %entry
7 ; CHECK-NEXT:    vxorps %xmm0, %xmm0, %xmm0
8 ; CHECK-NEXT:    retq
9 entry:
10   %0 = icmp slt <16 x i32> undef, undef
11   %1 = select <16 x i1> %0, <16 x i32> undef, <16 x i32> zeroinitializer
12   ret <16 x i32> %1