brintos

brintos / llvm-project-archived public Read only

0
0
Text · 328 B · 96ba7b6 Raw
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