brintos

brintos / llvm-project-archived public Read only

0
0
Text · 389 B · 665f675 Raw
17 lines · plain
1; RUN: llc -mtriple=hexagon < %s2; REQUIRES: asserts3; Used to fail with "Cannot select: 0x17300f0: v2i32 = any_extend"4 5target triple = "hexagon-unknown-linux-gnu"6 7; Function Attrs: nounwind8define void @f0() #0 {9b0:10  %v0 = load <4 x i8>, ptr undef, align 811  %v1 = zext <4 x i8> %v0 to <4 x i32>12  store <4 x i32> %v1, ptr undef, align 813  unreachable14}15 16attributes #0 = { nounwind }17