14 lines · plain
1; RUN: llc -mtriple=hexagon -mtriple=hexagon-unknown-linux-musl < %s | FileCheck %s2 3; Test that the compiler deallocates the register saved area on Linux4; for functions that do not need a frame pointer.5 6; CHECK: r29 = add(r29,#-[[SIZE:[0-9]+]]7; CHECK: r29 = add(r29,#[[SIZE]])8 9define void @test(...) {10entry:11 ret void12}13 14