diff options
Diffstat (limited to 'test/CodeGen/ARM/ret_i128_arg2.ll')
-rw-r--r-- | test/CodeGen/ARM/ret_i128_arg2.ll | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/ret_i128_arg2.ll b/test/CodeGen/ARM/ret_i128_arg2.ll new file mode 100644 index 00000000000..908c34f8cda --- /dev/null +++ b/test/CodeGen/ARM/ret_i128_arg2.ll @@ -0,0 +1,6 @@ +; RUN: llc < %s -march=arm -mattr=+vfp2 + +define i128 @test_i128(i128 %a1, i128 %a2, i128 %a3) { + ret i128 %a3 +} + |