; RUN: llc -march=hexagon < %s | FileCheck %s ; Check that this doesn't crash. ; CHECK: dealloc_return target datalayout = "e-m:e-p:32:32:32-a:0-n16:32-i64:64:64-i32:32:32-i16:16:16-i1:8:8-f32:32:32-f64:64:64-v32:32:32-v64:64:64-v512:512:512-v1024:1024:1024-v2048:2048:2048" target triple = "hexagon" define dllexport void @f0(ptr %a0, ptr %a1) local_unnamed_addr #0 { b0: %v2 = load <160 x half>, ptr %a1, align 4 %v3 = shufflevector <160 x half> %v2, <160 x half> poison, <32 x i32> %v4 = fadd nnan nsz <32 x half> %v3, zeroinitializer %v7 = shufflevector <32 x half> %v4, <32 x half> poison, <128 x i32> %v8 = shufflevector <128 x half> undef, <128 x half> %v7, <160 x i32> store <160 x half> %v8, ptr %a0, align 4 ret void } attributes #0 = { "target-features"="+hvxv69,+hvx-length128b,+hvx-qfloat,-hvx-ieee-fp" }