brintos

brintos / llvm-project-archived public Read only

0
0
Text · 441 B · 31ccf86 Raw
14 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=knl | FileCheck %s3 4define <16 x i32> @test() {5; CHECK-LABEL: test:6; CHECK:       ## %bb.0: ## %entry7; CHECK-NEXT:    vxorps %xmm0, %xmm0, %xmm08; CHECK-NEXT:    retq9entry:10  %0 = icmp slt <16 x i32> undef, undef11  %1 = select <16 x i1> %0, <16 x i32> undef, <16 x i32> zeroinitializer12  ret <16 x i32> %113}14