brintos

brintos / llvm-project-archived public Read only

0
0
Text · 492 B · a8692a9 Raw
17 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc -mtriple=hexagon < %s | FileCheck %s3 4define <4 x i8> @fred() #0 {5; CHECK-LABEL: fred:6; CHECK:       // %bb.0:7; CHECK-NEXT:    {8; CHECK-NEXT:     r0 = ##-168430109; CHECK-NEXT:     jumpr r3110; CHECK-NEXT:    }11  %v0 = insertelement <4 x i8> undef, i8 -2, i32 012  %v1 = shufflevector <4 x i8> %v0, <4 x i8> undef, <4 x i32> zeroinitializer13  ret <4 x i8> %v114}15 16attributes #0 = { nounwind readnone }17