bolt/deps/llvm-18.1.8/llvm/test/CodeGen/ARM/ret_i64_arg3.ll
2025-02-14 19:21:04 +01:00

6 lines
137 B
LLVM

; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null
define i64 @test_i64_arg3(i64 %a1, i64 %a2, i64 %a3) {
ret i64 %a3
}