Home | History | Annotate | Download | only in X86
      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
      3 
      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
     13 }
     14