]> granicus.if.org Git - clang/commit
[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)
commitd08e04fb77bbe4a4fbdf875deff4d5628016bd2e
tree2b399aec5bc505ee0c0e211ba1bc639331bc2d4c
parente15e2b1971ee51958ea8899484513e9378a9fc73
[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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@357989 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/riscv32-ilp32-abi.c [new file with mode: 0644]
test/CodeGen/riscv32-ilp32-ilp32f-abi.c [new file with mode: 0644]
test/CodeGen/riscv32-ilp32-ilp32f-ilp32d-abi.c [moved from test/CodeGen/riscv32-abi.c with 96% similarity]
test/CodeGen/riscv64-lp64-abi.c [new file with mode: 0644]
test/CodeGen/riscv64-lp64-lp64f-abi.c [new file with mode: 0644]
test/CodeGen/riscv64-lp64-lp64f-lp64d-abi.c [moved from test/CodeGen/riscv64-abi.c with 98% similarity]