1 ; RUN: llc -mtriple=hexagon < %s | FileCheck %s
3 ; Check that this doesn't crash. The select should be broken up into two
9 define <256 x i8> @foo(<256 x i8> %a0, <256 x i8> %a1) #0 {
10 %v0 = icmp slt <256 x i8> %a0, zeroinitializer
11 %v1 = select <256 x i1> %v0, <256 x i8> %a1, <256 x i8> %a0
15 attributes #0 = { "target-cpu"="hexagonv62" "target-features"="+hvx,+hvx-length128b" }