[RISCV][NFC] Refactor RISC-V ABI lowering tests in preparation for hard float patches
authorAlex Bradbury <asb@lowrisc.org>
Tue, 9 Apr 2019 10:12:49 +0000 (10:12 +0000)
committerAlex Bradbury <asb@lowrisc.org>
Tue, 9 Apr 2019 10:12:49 +0000 (10:12 +0000)
commitc0e8231cdd904b6e8ec82ac2df5472b3f6ad67ab
treea3c71bc5c8cb4a8a30e79c30493ffee29d7c3bc9
parent2028ae975c6aa65df3d89c10c95bf9b7baa5e0ab
[RISCV][NFC] Refactor RISC-V ABI lowering tests in preparation for hard float patches

Split tests in to files representing the subset of RISC-V ABIs they should
have identical output for.

llvm-svn: 357989
clang/test/CodeGen/riscv32-ilp32-abi.c [new file with mode: 0644]
clang/test/CodeGen/riscv32-ilp32-ilp32f-abi.c [new file with mode: 0644]
clang/test/CodeGen/riscv32-ilp32-ilp32f-ilp32d-abi.c [moved from clang/test/CodeGen/riscv32-abi.c with 96% similarity]
clang/test/CodeGen/riscv64-lp64-abi.c [new file with mode: 0644]
clang/test/CodeGen/riscv64-lp64-lp64f-abi.c [new file with mode: 0644]
clang/test/CodeGen/riscv64-lp64-lp64f-lp64d-abi.c [moved from clang/test/CodeGen/riscv64-abi.c with 98% similarity]