; RUN: llc -march=hexagon < %s | FileCheck %s ; Check that this compiles successfully. ; 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 dso_local fastcc void @f0(ptr %a0) unnamed_addr #0 { b0: %v0 = load <96 x float>, ptr poison, align 4 %v1 = shufflevector <96 x float> %v0, <96 x float> poison, <32 x i32> %v2 = fptrunc <32 x float> %v1 to <32 x half> %v3 = getelementptr half, ptr %a0, i32 0 %v4 = shufflevector <32 x half> zeroinitializer, <32 x half> %v2, <64 x i32> %v5 = shufflevector <64 x half> %v4, <64 x half> poison, <96 x i32> store <96 x half> %v5, ptr %v3, align 2 ret void } attributes #0 = { "target-features"="+hvxv69,+hvx-length128b,+hvx-qfloat,-hvx-ieee-fp" }