30 lines · plain
1; RUN: llc -mtriple=hexagon < %s | FileCheck %s2 3; Check that this doesn't crash.4; CHECK: vmem5 6target 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"7target triple = "hexagon"8 9define dllexport void @f0(ptr %a0, i32 %a1, i32 %a2, <32 x i32> %a3) local_unnamed_addr #0 {10b0:11 %v0 = add nuw nsw i32 0, 9612 %v1 = getelementptr inbounds i32, ptr %a0, i32 %v013 %v3 = add nuw nsw i32 0, 22514 %v4 = getelementptr inbounds i32, ptr %a0, i32 %v315 %v5 = add nuw nsw i32 0, 22616 %v6 = getelementptr inbounds i32, ptr %a0, i32 %v517 br label %b118 19b1: ; preds = %b1, %b020 br i1 undef, label %b2, label %b121 22b2: ; preds = %b123 store <32 x i32> %a3, ptr %v1, align 424 store i32 %a1, ptr %v4, align 425 store i32 %a2, ptr %v6, align 426 ret void27}28 29attributes #0 = { "target-features"="+hvxv66,+hvx-length128b" }30