OSDN Git Service

[RISCV] Re-organise calling convention tests
authorAlex Bradbury <asb@lowrisc.org>
Tue, 19 Feb 2019 13:47:19 +0000 (13:47 +0000)
committerAlex Bradbury <asb@lowrisc.org>
Tue, 19 Feb 2019 13:47:19 +0000 (13:47 +0000)
commit6121ddcb93a06421ac5bc54652233dc198d48cc1
tree15e6268a7c518db169a896b01dd7301e8c76ff86
parent67f1133492c69200c86ff60a8500a56db79af5f2
[RISCV] Re-organise calling convention tests

Re-organise calling convention tests to prepare for ilp32f and ilp32d hard
float ABI tests. It's also clear that we need to introduce similar tests for
lp64.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354323 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/RISCV/calling-conv-ilp32-ilp32f-common.ll [new file with mode: 0644]
test/CodeGen/RISCV/calling-conv-ilp32-ilp32f-ilp32d-common.ll [moved from test/CodeGen/RISCV/calling-conv.ll with 90% similarity]
test/CodeGen/RISCV/calling-conv-ilp32.ll [new file with mode: 0644]