1 ; RUN: llc -march=hexagon < %s
4 target triple = "hexagon"
6 ; Function Attrs: nounwind
12 br i1 undef, label %b2, label %b3
15 %v0 = tail call <32 x i32> @llvm.hexagon.V6.lo.128B(<64 x i32> undef)
16 store <32 x i32> %v0, ptr undef, align 128
23 ; Function Attrs: nounwind readnone
24 declare <32 x i32> @llvm.hexagon.V6.lo.128B(<64 x i32>) #1
26 attributes #0 = { nounwind "target-cpu"="hexagonv60" "target-features"="+hvx,+hvx-length128b" }
27 attributes #1 = { nounwind readnone }