16 lines · plain
1; RUN: llc -mtriple=hexagon < %s2; Used to fail with "Cannot select: 0x17300f0: v2i32 = any_extend"3 4; ModuleID = 'bugpoint-reduced-simplified.bc'5target datalayout =6"e-p:32:32:32-i64:64:64-i32:32:32-i16:16:16-i1:32:32-f64:64:64-f32:32:32-a0:0-n32"7target triple = "hexagon-unknown-linux-gnu"8 9define void @foo() nounwind {10entry:11 %_p_vec_full48 = load <4 x i8>, ptr undef, align 812 %0 = zext <4 x i8> %_p_vec_full48 to <4 x i32>13 store <4 x i32> %0, ptr undef, align 814 unreachable15}16