Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / Hexagon / vararg-deallocate-sp.ll
blobfbdfb65c57d7ce8e5b5bbb2159ecee9a3c2700de
1 ; RUN: llc -march=hexagon -mtriple=hexagon-unknown-linux-musl < %s | FileCheck %s
3 ; Test that the compiler deallocates the register saved area on Linux
4 ; for functions that do not need a frame pointer.
6 ; CHECK: r29 = add(r29,#-[[SIZE:[0-9]+]]
7 ; CHECK: r29 = add(r29,#[[SIZE]])
9 define void @test(...) {
10 entry:
11   ret void