1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc -march=hexagon < %s | FileCheck %s
4 define <4 x i8> @fred() #0 {
8 ; CHECK-NEXT: r0 = ##-16843010
9 ; CHECK-NEXT: jumpr r31
11 %v0 = insertelement <4 x i8> undef, i8 -2, i32 0
12 %v1 = shufflevector <4 x i8> %v0, <4 x i8> undef, <4 x i32> zeroinitializer
16 attributes #0 = { nounwind readnone }